Main Page
From Php
PHP Syntax Errors
This wiki is for sharing information about syntax errors in PHP. It is probably going to start somewhat slowly, but I'm okay with that.
See the Community Portal for information about how you can contribute, about the project, and about our community.
[edit] Common syntax errors
- Call to undefined function
- Invalid argument supplied for foreach
- syntax error, unexpected T_(something)
- syntax error, unexpected bracket
- expecting comma or semicolon

