mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
91a6984086
commit
117c20ebf9
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue