diff --git a/appendices/reserved.xml b/appendices/reserved.xml index f26b2e7447..8034fc4544 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -237,8 +237,10 @@ - $HTTP_SERVER_VARS contains the same - information, but is not an autoglobal. + $HTTP_SERVER_VARS contains the same initial + information, but is not an autoglobal. (Note that + HTTP_SERVER_VARS and $_SERVER + are different variables and that PHP handles them as such) @@ -592,8 +594,10 @@ - $HTTP_ENV_VARS contains the same - information, but is not an autoglobal. + $HTTP_ENV_VARS contains the same initial + information, but is not an autoglobal. (Note that + HTTP_ENV_VARS and $_ENV + are different variables and that PHP handles them as such) @@ -632,8 +636,10 @@ - $HTTP_COOKIE_VARS contains the same - information, but is not an autoglobal. + $HTTP_COOKIE_VARS contains the same initial + information, but is not an autoglobal. (Note that + HTTP_COOKIE_VARS and $_COOKIE + are different variables and that PHP handles them as such) @@ -672,8 +678,10 @@ - $HTTP_GET_VARS contains the same - information, but is not an autoglobal. + $HTTP_GET_VARS contains the same initial + information, but is not an autoglobal. (Note that + HTTP_GET_VARS and $_GET + are different variables and that PHP handles them as such) @@ -712,8 +720,10 @@ - $HTTP_POST_VARS contains the same - information, but is not an autoglobal. + $HTTP_POST_VARS contains the same initial + information, but is not an autoglobal. (Note that + HTTP_POST_VARS and $_POST + are different variables and that PHP handles them as such)