philip          Sun Feb  3 12:54:57 2002 EDT

  Modified files:              
    /phpdoc/en/functions        array.xml 
  Log:
  array_shift: Fix typo in example, as per bug #15357
  
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.157 phpdoc/en/functions/array.xml:1.158
--- phpdoc/en/functions/array.xml:1.157 Sat Feb  2 10:35:52 2002
+++ phpdoc/en/functions/array.xml       Sun Feb  3 12:54:57 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.157 $ -->
+<!-- $Revision: 1.158 $ -->
  <reference id="ref.array">
   <title>Array Functions</title>
   <titleabbrev>Arrays</titleabbrev>
@@ -1582,7 +1582,7 @@
 ]]>
       </programlisting>
       <para>
-       This would result in <varname>$fruit</varname> having 3 elements left:
+       This would result in <varname>$stack</varname> having 3 elements left:
        <screen role="php">
 <![CDATA[
 Array


Reply via email to