vrana Tue May 24 05:56:00 2005 EDT
Modified files: /phpdoc/en/language control-structures.xml Log: where continue continues (bug #33119) http://cvs.php.net/diff.php/phpdoc/en/language/control-structures.xml?r1=1.117&r2=1.118&ty=u Index: phpdoc/en/language/control-structures.xml diff -u phpdoc/en/language/control-structures.xml:1.117 phpdoc/en/language/control-structures.xml:1.118 --- phpdoc/en/language/control-structures.xml:1.117 Wed Apr 27 09:47:01 2005 +++ phpdoc/en/language/control-structures.xml Tue May 24 05:55:58 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.117 $ --> +<!-- $Revision: 1.118 $ --> <chapter id="language.control-structures"> <title>Control Structures</title> @@ -733,7 +733,7 @@ <simpara> <literal>continue</literal> is used within looping structures to skip the rest of the current loop iteration and continue execution - at the beginning of the next iteration. + at the condition evaluation and then the beginning of the next iteration. </simpara> <note> <simpara>