From d0a97b6c6ad3ed4734d6c11f474fcaa80431bf50 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Wed, 28 Feb 2001 08:48:23 +0000 Subject: [PATCH] New appendix with reserved words. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@42290 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 238 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) create mode 100755 appendices/reserved.xml diff --git a/appendices/reserved.xml b/appendices/reserved.xml new file mode 100755 index 0000000000..6a37d8695b --- /dev/null +++ b/appendices/reserved.xml @@ -0,0 +1,238 @@ + + PHP reserved words + + Here is the list of PHP reserved words and usual constants. + + + + and. + + + + + break. + + + + + case. + + + + + class. + + + + + continue. + + + + + default. + + + + + do. + + + + + else. + + + + + elseif. + + + + + empty. + + + + + endfor. + + + + + endif. + + + + + endswitch. + + + + + endwhile. + + + + + E_ALL. + + + + + E_PARSE. + + + + + E_ERROR. + + + + + E_WARNING. + + + + + extends. + + + + + FALSE. + + + + + for. + + + + + foreach. + + + + + function. + + + + + if. + + + + + include. + + + + + include_once. + + + + + global. + + + + + list. + + + + + new. + + + + + not. + + + + + or. + + + + + PHP_OS. + + + + + PHP_VERSION. + + + + + require. + + + + + require_once. + + + + + return. + + + + + static. + + + + + switch. + + + + + this. + + + + + TRUE. + + + + + var. + + + + + xor. + + + + + virtual. + + + + + while. + + + + + __FILE__. + + + + + __LINE__. + + + + +