nlopess         Sun Apr 11 10:54:25 2004 EDT

  Modified files:              
    /phpdoc/en/reference/spl/functions  ArrayIterator-current.xml 
                                        ArrayIterator-key.xml 
                                        ArrayObject-construct.xml 
  Log:
  correcting parameters
  
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-current.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayIterator-current.xml
diff -u phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.1 
phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.1     Tue Feb 24 
05:51:40 2004
+++ phpdoc/en/reference/spl/functions/ArrayIterator-current.xml Sun Apr 11 10:54:24 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ArrayIterator-current">
    <refnamediv>
     <refname>ArrayIterator::current</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>mixed|false</type><methodname>ArrayIterator::current</methodname>
+     <type>mixed</type><methodname>ArrayIterator::current</methodname>
      <void/>
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-key.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayIterator-key.xml
diff -u phpdoc/en/reference/spl/functions/ArrayIterator-key.xml:1.1 
phpdoc/en/reference/spl/functions/ArrayIterator-key.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayIterator-key.xml:1.1 Tue Feb 24 05:51:40 
2004
+++ phpdoc/en/reference/spl/functions/ArrayIterator-key.xml     Sun Apr 11 10:54:24 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ArrayIterator-key">
    <refnamediv>
     <refname>ArrayIterator::key</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>mixed|false</type><methodname>ArrayIterator::key</methodname>
+     <type>mixed</type><methodname>ArrayIterator::key</methodname>
      <void/>
     </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayObject-construct.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayObject-construct.xml
diff -u phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.1 
phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.2
--- phpdoc/en/reference/spl/functions/ArrayObject-construct.xml:1.1     Tue Feb 24 
05:51:40 2004
+++ phpdoc/en/reference/spl/functions/ArrayObject-construct.xml Sun Apr 11 10:54:24 
2004
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.ArrayObject-construct">
    <refnamediv>
     <refname>ArrayObject::__construct</refname>
@@ -11,7 +11,7 @@
     <title>Description</title>
     <methodsynopsis>
      <type>void</type><methodname>ArrayObject::__construct</methodname>
-     <methodparam><type>array|object</type><parameter>ar</parameter></methodparam>
+     <methodparam><type>mixed</type><parameter>ar</parameter></methodparam>
     </methodsynopsis>
 
      &warn.undocumented.func;

Reply via email to