For Programmers: Free Programming Magazines  


Home > Archive > PHP Documentation > May 2005 > cvs: phpdoc /en/language control-structures.xml









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpdoc /en/language control-structures.xml
Jakub Vrana

2005-05-26, 8:57 pm

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/...7&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>
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com