From 93742e1bc3c5bbb37e4b72211640bc15c6e1d608 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 11 Nov 2001 15:57:18 +0000 Subject: [PATCH] This is better to be in a simplelist, three columns git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61996 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 586 +++++++++++++++------------------------- 1 file changed, 222 insertions(+), 364 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index d1808cd0ab..bf515b1881 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,374 +1,232 @@ - + PHP reserved words - Here is the list of PHP reserved words, usually - constants and - predefined variables. + Here is the list of PHP reserved words, usually + constants and + predefined variables. You won't find any functions here, but rather language constructs. - You shouldn't try to use such names as a variable, function, constant or - method name, as it will surely lead to confusion. - - - - and. - - - - - $argv. - - - - - as. - - - - - $argc. - - - - - break. - - - - - case. - - - - - cfunction. - - - - - class. - - - - - continue. - - - - - declare. - - - - - default. - - - - - do. - - - - - die. - - - - - echo. - - - - - else. - - - - - elseif. - - - - - empty. - - - - - enddeclare. - - - - - endfor. - - - - - endforeach. - - - - - endif. - - - - - endswitch. - - - - - endwhile. - - - - - E_ALL. - - - - - E_PARSE. - - - - - E_ERROR. - - - - - E_WARNING. - - - - - eval. - - - - - exit. - - - - - extends. - - - - - &false;. - - - - - for. - - - - - foreach. - - - - - function. - - - - - $HTTP_COOKIE_VARS. - - - - - $HTTP_GET_VARS. - - - - - $HTTP_POST_VARS. - - - - - $HTTP_POST_FILES. - - - - - $HTTP_ENV_VARS. - - - - - $HTTP_SERVER_VARS. - - - - - if. - - - - - include. - - - - - include_once. - - - - - global. - - - - - list. - - - - - new. - - - - - not. - - - - - NULL. - - - - - old_function. - - - - - or. - - - - - parent. - - - - - PHP_OS. - - - - - $PHP_SELF. - - - - - PHP_VERSION. - - - - - print. - - - - - require. - - - - - require_once. - - - - - return. - - - - - static. - - - - - switch. - - - - - stdClass. - - - - - $this. - - - - - &true;. - - - - - var. - - - - - xor. - - - - - virtual. - - - - - while. - - - - - __FILE__. - - - - - __LINE__. - - - - - __sleep. - - - - - __wakeup. - - - + You shouldn't try to use such names as variable, function, constant or + method names, as it will surely lead to confusion. + + + and + + + $argv + + + as + + + $argc + + + break + + + case + + + cfunction + + + class + + + continue + + + declare + + + default + + + do + + + die + + + echo + + + else + + + elseif + + + empty + + + enddeclare + + + endfor + + + endforeach + + + endif + + + endswitch + + + endwhile + + + E_ALL + + + E_PARSE + + + E_ERROR + + + E_WARNING + + + eval + + + exit + + + extends + + + &false; + + + for + + + foreach + + + function + + + $HTTP_COOKIE_VARS + + + $HTTP_GET_VARS + + + $HTTP_POST_VARS + + + $HTTP_POST_FILES + + + $HTTP_ENV_VARS + + + $HTTP_SERVER_VARS + + + if + + + include + + + include_once + + + global + + + list + + + new + + + not + + + NULL + + + old_function + + + or + + + parent + + + PHP_OS + + + $PHP_SELF + + + PHP_VERSION + + + print + + + require + + + require_once + + + return + + + static + + + switch + + + stdClass + + + $this + + + &true; + + + var + + + xor + + + virtual + + + while + + + __FILE__ + + + __LINE__ + + + __sleep + + + __wakeup + + - +