ParseError
A PHP file could not be parsed due to a syntax error.
Example
Section titled “Example”<?phpfunction broken( { // missing parameter list}How to fix
Section titled “How to fix”Fix the syntax error in the file. Run php -l file.php for a quick syntax check.