vrana           Tue Aug  3 13:05:01 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        each.xml 
  Log:
  Parameters passed by reference (Zend functions)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/each.xml?r1=1.14&r2=1.15&ty=u
Index: phpdoc/en/reference/array/functions/each.xml
diff -u phpdoc/en/reference/array/functions/each.xml:1.14 
phpdoc/en/reference/array/functions/each.xml:1.15
--- phpdoc/en/reference/array/functions/each.xml:1.14   Tue May  4 15:56:18 2004
+++ phpdoc/en/reference/array/functions/each.xml        Tue Aug  3 13:05:01 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.each">
    <refnamediv>
@@ -13,7 +13,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>array</type><methodname>each</methodname>
-      <methodparam><type>array</type><parameter>array</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;array</parameter></methodparam>
      </methodsynopsis>
     <para>
      Returns the current key and value pair from the array

Reply via email to