t/htdocs/php/while.php (5 lines of code) (raw):

<?php $a=1; while($a<10): echo $a; $a++; endwhile?>