rioter Sat Aug 14 02:31:05 2004 EDT
Modified files:
/phpdoc/en/language control-structures.xml
Log:
added the comment between foreach and while, thanks jfarrell
http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.104&r2=1.105&ty=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.104
phpdoc/en/language/control-structures.xml:1.105
--- phpdoc/en/language/control-structures.xml:1.104 Thu Aug 12 21:00:43 2004
+++ phpdoc/en/language/control-structures.xml Sat Aug 14 02:31:04 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.104 $ -->
+<!-- $Revision: 1.105 $ -->
<chapter id="language.control-structures">
<title>Control Structures</title>
@@ -679,7 +679,7 @@
<title><literal>break</literal></title>
<simpara>
<literal>break</literal> ends execution of the current
- <literal>for</literal>, <literal>foreach</literal>
+ <literal>for</literal>, <literal>foreach</literal>,
<literal>while</literal>, <literal>do..while</literal> or
<literal>switch</literal> structure.
</simpara>