vrana           Tue Jul 27 08:23:32 2004 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-walk.xml 
  Log:
  First parameter passed by reference
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-walk.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/array/functions/array-walk.xml
diff -u phpdoc/en/reference/array/functions/array-walk.xml:1.18 
phpdoc/en/reference/array/functions/array-walk.xml:1.19
--- phpdoc/en/reference/array/functions/array-walk.xml:1.18     Sat Jul 10 22:20:24 
2004
+++ phpdoc/en/reference/array/functions/array-walk.xml  Tue Jul 27 08:23:32 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
   <refentry id="function.array-walk">
    <refnamediv>
@@ -12,7 +12,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>bool</type><methodname>array_walk</methodname>
-      <methodparam><type>array</type><parameter>array</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;array</parameter></methodparam>
       <methodparam><type>callback</type><parameter>function</parameter></methodparam>
       <methodparam 
choice="opt"><type>mixed</type><parameter>userdata</parameter></methodparam>
      </methodsynopsis>

Reply via email to