Приложение K. List of Reserved Words

The following is a listing of predefined identifiers in PHP. None of the identifiers listed here should be used as identifiers in any of your scripts. These lists include keywords and predefined variable, constant, and class names. These lists are neither exhaustive or complete.

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.



List of Reserved Words
al dot barrett at gmail dot com
04-May-2006 09:38
The list also seems to be missing both "parent" and "self" as well.
wsapplegate at IHATESPAM dot myrealbox dot com
31-Jan-2006 09:32
I also can't find the NULL keyword in the list. The `extends' keyword is mentioned twice, too.
10-Jan-2006 03:41
I don't see the boolean constants 'true' and 'false' listed among the reserved words/keywords/constants.

<Список псевдонимов функцийPredefined Variables>
 Last updated: Tue, 15 Nov 2005