- Place the notes consistently

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132969 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2003-06-22 21:39:04 +00:00
parent f2cc895c23
commit 6ae92adc1c

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.35 $ -->
<!-- $Revision: 1.36 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -854,12 +854,6 @@
<sect2 id="reserved.variables.request">
<title>Request variables: <varname>$_REQUEST</varname></title>
<simpara>
An associative array consisting of the contents of
<varname>$_GET</varname>, <varname>$_POST</varname>,
and <varname>$_COOKIE</varname>.
</simpara>
<note>
<simpara>
@ -874,6 +868,12 @@
</simpara>
</note>
<simpara>
An associative array consisting of the contents of
<varname>$_GET</varname>, <varname>$_POST</varname>,
and <varname>$_COOKIE</varname>.
</simpara>
<simpara>
This is a 'superglobal', or automatic global, variable. This
simply means that it is available in all scopes throughout a