Hello!
I have script with which you can upload PHP files. And I want to know if there is a way to check if the PHP code in those files has no errors.
According to the manual for php_check_syntax(), it only works in PHP5 and is currently undocumented.
Hope this helps 😉
It helps, tnx. 🙂
It works, but if i also pass the string error_message argument i don't get the error message. Strange...