From 360693b821bfa82f5795d406e81dc4e8a985a0c4 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Sun, 3 Feb 2002 17:54:57 +0000 Subject: [PATCH] array_shift: Fix typo in example, as per bug #15357 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69408 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index e324f9831a..229e7c26c4 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -1582,7 +1582,7 @@ $fruit = array_shift ($stack); ]]> - This would result in $fruit having 3 elements left: + This would result in $stack having 3 elements left: