summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/php/while.php
blob: 7313b51141d312eb5cfb7f943a318fdbe32270ca (plain)
1
2
3
4
5
<?php $a=1;
  while($a<10):
        echo $a;
        $a++;
  endwhile?>