Skip to content

ParseError

A PHP file could not be parsed due to a syntax error.

<?php
function broken( { // missing parameter list
}

Fix the syntax error in the file. Run php -l file.php for a quick syntax check.