helly           Thu Mar 24 06:07:11 2005 EDT

  Modified files:              
    /phpdoc/en/reference/spl/functions  ArrayIterator-current.xml 
  Log:
  - Fix docu
  
http://cvs.php.net/diff.php/phpdoc/en/reference/spl/functions/ArrayIterator-current.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/spl/functions/ArrayIterator-current.xml
diff -u phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.6 
phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.7
--- phpdoc/en/reference/spl/functions/ArrayIterator-current.xml:1.6     Fri Mar 
11 11:11:51 2005
+++ phpdoc/en/reference/spl/functions/ArrayIterator-current.xml Thu Mar 24 
06:07:10 2005
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
   <refentry id="function.ArrayIterator-current">
    <refnamediv>
     <refname>ArrayIterator::current</refname>
@@ -27,7 +27,6 @@
                '3' => 'three');
 
 $arrayobject = new ArrayObject($array);
-$iterator = $arrayobject->getIterator();
 
 for($iterator = $arrayobject->getIterator();
     $iterator->valid();

Reply via email to