From ffc0857ae7bf36ec79720f91f0ab68b138372f9a Mon Sep 17 00:00:00 2001 From: Thomas Schoefbeck Date: Fri, 17 May 2002 17:32:24 +0000 Subject: [PATCH] some changes to reflect bug #17081 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82583 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) 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)