Appendix E. PHP reserved words

Here is the list of PHP reserved words, usual constants and predefined variables. You won't find any function here, but rather language constructs. You shouldn't try to use those names as variables, function, constant or method's name, as it will surely lead to confusion.