diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 7ac5d5bcfd..3a16e00f6a 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,13 +1,26 @@ PHP reserved words - Here is the list of PHP reserved words and usual constants. + Here is the list of PHP reserved words, usual constants and predefined + variables. You won't find any function here, but rather language constructs. + You shouldn't try to use those names as variables, function, constant or method's + name, as it will surely lead to confusion. and. + + + $argv. + + + + + $argc. + + break. @@ -38,6 +51,16 @@ do. + + + die. + + + + + echo. + + else. @@ -58,6 +81,11 @@ endfor. + + + endforeach. + + endif. @@ -93,7 +121,12 @@ E_WARNING. - + + + exit. + + + extends. @@ -118,6 +151,36 @@ function. + + + $HTTP_COOKIE_VARS. + + + + + $HTTP_GET_VARS. + + + + + $HTTP_POST_VARS. + + + + + $$HTTP_POST_FILES. + + + + + $HTTP_ENV_VARS. + + + + + $HTTP_SERVER_VARS. + + if. @@ -153,6 +216,11 @@ not. + + + NULL. + + or. @@ -168,11 +236,21 @@ PHP_OS. + + + $PHP_SELF. + + PHP_VERSION. + + + print. + + require. @@ -205,7 +283,7 @@ - this. + $this.