From c346e06a0ff01a18fe89ba333b1669d74058cb16 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Tue, 6 Jul 2004 06:50:34 +0000 Subject: [PATCH] add 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 --- language/variables.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index e990c4b71b..95329cc313 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -181,8 +181,10 @@ $bar = &test(); // Invalid. - 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. + + 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. +