News Feed
Jobs Feed
Sections




News Archive
Matthew Turland's Blog:
CDC Update (or an Unusual Parse Error)
April 09, 2009 @ 09:32:46

Matthew Turland came across an interesting bug when working with the Cares Document Checker he's developing related to linting (running a syntax check) on a given PHP file.

While doing a lint check on a code block, a parse error was occurring on a line that contained a comment in the original source file. [...] Presumably what was happening was, even though the var_dump() call showed that actual newlines were being interpreted correctly, the r was also being interpreted rather than taken literally. This caused the comma following it to generate the error I was receiving.

An alternative to the method he was using, shell_exec, is proc_open, a function that opens a resource to handle a command execution and allows for more than just the "point and shoot" execution that things like shell_exec, or system.

0 comments voice your opinion now!
parse error vardump comment shellexec system exec procopen


blog comments powered by Disqus

Similar Posts

Michael Kimsal's Blog: Ecommerce system ideas

Spindrop.us Blog: Easy Yahoo! Maps and GeoRSS with symfony

Jan Kneschke's Blog: typesafe objects in PHP

Alessandro Crugnola's Blog: AMFPHP and mbstring

NeoSmart.net Forum: New 0-day Vulnerability Found in phpBB


Community Events











Don't see your event here?
Let us know!


opinion introduction database google phpunit release testing language usergroup framework interview functional series community zendframework2 symfony2 rest podcast development conference

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework