From b6bf820495ad04d85f7d4d89ea44582dc56175fe Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Mon, 25 Mar 2002 20:39:24 +0000 Subject: [PATCH] - Fix for bug #16268 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75194 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/variables.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/variables.xml b/language/variables.xml index aa7cf1b95a..be81f3c6ee 100644 --- a/language/variables.xml +++ b/language/variables.xml @@ -1,5 +1,5 @@ - + Variables @@ -200,7 +200,7 @@ $bar = &test(); // Invalid. - $_COOKIES + $_COOKIE Variables provided to the script via HTTP cookies. Analogous to