blob: 7313b51141d312eb5cfb7f943a318fdbe32270ca [file] [log] [blame]
<?php $a=1;
while($a<10):
echo $a;
$a++;
endwhile?>