mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed indentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69084 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c19f6322be
commit
bcd0259617
1 changed files with 8 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.32 $ -->
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<chapter id="language.variables">
|
||||
<title>Variables</title>
|
||||
|
||||
|
@ -605,7 +605,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$HTTP_ENV_VARS</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -615,7 +615,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$_ENV</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -626,7 +626,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$HTTP_SERVER_VARS</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -637,7 +637,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$_SERVER</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -649,7 +649,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$HTTP_SESSION_VARS</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -659,7 +659,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$_SESSION</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
@ -672,7 +672,7 @@ $bar = &test(); // Invalid.
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<varlistentry>
|
||||
<term>$_REQUEST</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue