index
:
apache2
debian
progress-linux
upstream
debian 10: apache2
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
?>