From 6ae92adc1cf3ebca7dc55701711310b65f04701d Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 22 Jun 2003 21:39:04 +0000 Subject: [PATCH] - Place the notes consistently git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132969 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/reserved.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/appendices/reserved.xml b/appendices/reserved.xml index 3bd882d647..86152cb610 100755 --- a/appendices/reserved.xml +++ b/appendices/reserved.xml @@ -1,5 +1,5 @@ - + List of Reserved Words @@ -854,12 +854,6 @@ Request variables: <varname>$_REQUEST</varname> - - - An associative array consisting of the contents of - $_GET, $_POST, - and $_COOKIE. - @@ -874,6 +868,12 @@ + + An associative array consisting of the contents of + $_GET, $_POST, + and $_COOKIE. + + This is a 'superglobal', or automatic global, variable. This simply means that it is available in all scopes throughout a