mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
add <para> again
(`make test` is a Good Thing [tm]) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162732 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4519856f11
commit
c346e06a0f
1 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.77 $ -->
|
||||
<!-- $Revision: 1.78 $ -->
|
||||
<chapter id="language.variables">
|
||||
<title>Variables</title>
|
||||
|
||||
|
@ -181,8 +181,10 @@ $bar = &test(); // Invalid.
|
|||
</note>
|
||||
|
||||
<note>
|
||||
Even though both the superglobal and HTTP_*_VARS can exist at the same
|
||||
time; they are not identical, so modifiying one will not change the other.
|
||||
<para>
|
||||
Even though both the superglobal and HTTP_*_VARS can exist at the same
|
||||
time; they are not identical, so modifiying one will not change the other.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
<para>
|
||||
|
|
Loading…
Reference in a new issue