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. You cannot use any
of the following words as constants, class names, function or method names.
Using them as variable names is generally OK, but could lead to confusion.
As of PHP 7.0.0 these keywords are allowed as property, constant, and
method names of classes, interfaces and traits, except that
class may not be used as constant name.