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

SitePoint PHP Blog: PHP to the Rescue!

Alessandro Crugnola's Blog: AMFPHP and mbstring

PHPBuilder.com: Mitigate the Security Risks of PHP System Command Execution

Northclick Blog: RFC: Draft for a Message Queue System in PHP

Daniel Cousineau's Blog: Quickie: Module-specific Error Controllers in Zend Framework (1.5)


Community Events











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


functional release application testing language api opinion code podcast zendframework2 development interview introduction community phpunit series composer database example framework

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