Location:
PHPKode
>
projects
>
phc
> test/subjects/codegen/while_simple.php
<?php while ($x < 10) { echo "$x\n"; $x++; } var_dump ($x); ?>
PHPKode Newsletter X is easy to install and configure on the most servers. Try now!
Return current item:
phc