ae              Sat May 31 23:55:58 2003 EDT

  Modified files:              
    /phpdoc/en/language control-structures.xml 
  Log:
  WS
  
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.72 
phpdoc/en/language/control-structures.xml:1.73
--- phpdoc/en/language/control-structures.xml:1.72      Tue May 27 10:21:55 2003
+++ phpdoc/en/language/control-structures.xml   Sat May 31 23:55:58 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
  <chapter id="control-structures">
   <title>Control Structures</title>
 
@@ -681,10 +681,10 @@
    </simpara>
    <note>
     <simpara>
-    Note that in PHP the
-    <link linkend="control-structures.switch">switch</link> statement is
-    considered a looping structure for the purposes of
-    <literal>continue</literal>.
+     Note that in PHP the
+     <link linkend="control-structures.switch">switch</link> statement is
+     considered a looping structure for the purposes of
+     <literal>continue</literal>.
     </simpara>
    </note>
    <simpara>
@@ -734,11 +734,11 @@
    </simpara>
    <note>
     <simpara>
-    Note that unlike some other languages, the 
-    <link linkend="control-structures.continue">continue</link> statement
-    applies to switch and acts similar to <literal>break</literal>.  If you
-    have a switch inside a loop and wish to continue to the next iteration of
-    the outer loop, use <literal>continue 2</literal>.
+     Note that unlike some other languages, the
+     <link linkend="control-structures.continue">continue</link> statement
+     applies to switch and acts similar to <literal>break</literal>.  If you
+     have a switch inside a loop and wish to continue to the next iteration of
+     the outer loop, use <literal>continue 2</literal>.
     </simpara>
    </note>
    <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to