Log of PHP syntax errors found by the PHP Code Checker

This is a log of the most common mistakes made by PHP programmers, as determined by the errors found during PHP code checks.

This is a rough log and provided simply for the benefit of curiousity.

Note: This does not include data from the "php -l" syntax check.

CountError
11499Mismatched number of parenthesis ()
10719Mismatched number of curly braces {}
7419Missing semicolon (warning, possible false positives)
3402Missing > when defining an array key=>value pair
2057Incorrect syntax for PHP code declaration <?php ?>
1151Mismatched number of square brackets []
1113Missing quotes around string values when defining an array
904Use of single equal sign in If expression
497Variable defined with more than one equal sign
410Mismatched number of comment tags /* */
18Incorrect Foreach syntax

Logging reset on January 24, 2013 with version 1.6

Return to the PHP Code and Syntax Checker