[PHP-DOC] cvs: phpdoc /en/functions array.xml From: James Moore (James <email protected>)
Date: 08/15/00

jmoore Tue Aug 15 05:22:50 2000 EDT

  Modified files:
    /phpdoc/en/functions array.xml
  Log:
  Adding to warning in response to bug 6117
  
Index: phpdoc/en/functions/array.xml
diff -u phpdoc/en/functions/array.xml:1.21 phpdoc/en/functions/array.xml:1.22
--- phpdoc/en/functions/array.xml:1.21 Wed Aug 9 07:16:35 2000
+++ phpdoc/en/functions/array.xml Tue Aug 15 05:22:50 2000
@@ -1833,9 +1833,10 @@
      element list, <function>next</function> returns false.
      <warning>
       <para>
- If the array contains empty elements then this function will
- return false for these elements as well. To properly traverse
- an array which may contain empty elements see the
+ If the array contains empty elements, or elements that have a key
+ value of 0 then this function will return false for these elements
+ as well. To properly traverse an array which may contain empty
+ elements or elements with key values of 0 see the
        <function>each</function> function.
       </para>
      </warning>