vrana           Wed Apr 27 09:47:02 2005 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  foreach with objects (bug #31697)
  
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.116&r2=1.117&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.116 
phpdoc/en/language/control-structures.xml:1.117
--- phpdoc/en/language/control-structures.xml:1.116     Thu Apr 14 03:49:42 2005
+++ phpdoc/en/language/control-structures.xml   Wed Apr 27 09:47:01 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.116 $ -->
+<!-- $Revision: 1.117 $ -->
  <chapter id="language.control-structures">
   <title>Control Structures</title>
 
@@ -518,6 +518,10 @@
     element's key will be assigned to the variable
     <literal>$key</literal> on each loop.
    </simpara>
+   <simpara>
+    As of PHP 5, it is possible to
+    <link linkend="language.oop5.iterations">iterate objects</link> too.
+   </simpara>
    <para>
     <note>
      <para>

Reply via email to