Location:
PHPKode
>
projects
>
phc
> test/subjects/parsing/continue.php
<?php $x = 5; while($x) { $x = $x - 1; if($x == 3) { continue 1; } printf("x is $x"); } ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc