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.
Count | Error |
---|---|
899346 | Mismatched number of curly braces {} |
769842 | Mismatched number of parenthesis () |
172293 | Incorrect syntax for PHP code declaration <?php ?> |
145238 | Mismatched number of square brackets [] |
80298 | Use of single equal sign in If expression |
65907 | Missing quotes around string values when defining an array |
26706 | Predefined $_VARIABLES not using proper brackets e.g. $_GET[ ] |
26497 | Missing > when defining an array key=>value pair |
17173 | Missing semicolon (warning, possible false positives) |
4975 | Variable defined with more than one equal sign |
1194 | Incorrect Foreach syntax |
1135 | Mismatched number of comment tags /* */ |
Logging reset on October 23, 2013 with version 1.8
Return to the PHP Code and Syntax Checker