- Add missing $

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96130 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Derick Rethans 2002-09-19 11:48:04 +00:00
parent 5cda076cb4
commit dd4e218f27

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.24 $ -->
<!-- $Revision: 1.25 $ -->
<appendix id="reserved">
<title>List of Reserved Words</title>
@ -245,7 +245,7 @@
<simpara>
<varname>$HTTP_SERVER_VARS</varname> contains the same initial
information, but is not an autoglobal. (Note that
<varname>HTTP_SERVER_VARS</varname> and <varname>$_SERVER</varname>
<varname>$HTTP_SERVER_VARS</varname> and <varname>$_SERVER</varname>
are different variables and that PHP handles them as such)
</simpara>