From 358d01ca956d02d58a8ecc7372d775faef0415c6 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Fri, 29 Oct 2004 09:03:30 +0000 Subject: [PATCH] - Typo (bug #30607). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@171530 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/http/functions/setcookie.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/http/functions/setcookie.xml b/reference/http/functions/setcookie.xml index 6564de63cb..5fc924cc99 100644 --- a/reference/http/functions/setcookie.xml +++ b/reference/http/functions/setcookie.xml @@ -1,5 +1,5 @@ - + @@ -162,7 +162,7 @@ If the PHP directive register_globals is set to on then cookie values will also be made into - variables. In our examples below, $TextCookie will + variables. In our examples below, $TestCookie will exist. It's recommended to use $_COOKIE.