Thanks for catching that, Goba. With typos though you can usually just

fix them...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73098 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Torben Wilson 2002-03-13 08:24:52 +00:00
parent 91a6984086
commit 117c20ebf9

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.39 $ -->
<!-- $Revision: 1.40 $ -->
<chapter id="language.variables">
<title>Variables</title>
@ -123,9 +123,9 @@ $bar = &test(); // Invalid.
<warning>
<simpara>
In PHP 4.1.0 and later, the default set of predefined variables
In PHP 4.2.0 and later, the default set of predefined variables
which are available in the global scope has changed. Individual
input and server variables are <emphasis>by default</emphasis>no
input and server variables are <emphasis>by default</emphasis> no
longer placed directly into the global scope; rather, they are
placed into the following <link
linkend="language.variables.superglobals">superglobal