Location:
PHPKode
>
projects
>
phc
> test/subjects/parsing/do.php
<?php $x = 100; do { $x = $x - 1; $y++; } while($x > 0) ?>
PHP Helpdesk script - 100% PHP source code. Try it now!
Return current item:
phc