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

Edin Kadribasic's Blog: First PHP build using the new compiler

Michael Kimsal's Blog: Ecommerce system ideas

Matthew Turland's Blog: CDC Update (or an Unusual Parse Error)

Matthew Weir O'Phinney's Blog: PHP error reporting for Perl users

Arul Pradad's Blog: Saving XML from Flash, using PHP


Community Events











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


database testing development conference functional series opinion interview code tool zendframework2 podcast framework composer release object introduction language community example

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