danbeck         Mon Apr  9 12:15:45 2001 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  added foreach to list of loops break will work in
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.26 
phpdoc/en/language/control-structures.xml:1.27
--- phpdoc/en/language/control-structures.xml:1.26      Fri Mar 16 22:46:19 2001
+++ phpdoc/en/language/control-structures.xml   Mon Apr  9 12:15:45 2001
@@ -550,8 +550,8 @@
    <title><literal>break</literal></title>
    <simpara>
     <literal>break</literal> ends execution of the current
-    <literal>for</literal>, <literal>while</literal>, or
-    <literal>switch</literal> structure.
+    <literal>for</literal>, <literal>while</literal>,
+    <literal>foreach</literal> or <literal>switch</literal> structure.
    </simpara>
    <simpara>
     <literal>break</literal> accepts an optional numeric argument


Reply via email to