List of Keywords
These words have special meaning in PHP. Some of them represent things
which look like functions, some look like constants, and so on - but
they're not, really: they are language constructs.
The following words cannot be used as constants, class names, or function names.
They are, however, allowed as property, constant, and
method names of classes, interfaces and traits, except that
*
|