index
:
snippets
master
Various snippets for personal use
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
php
/
for.php
blob: e8f959abb48f74775054aa9708ac67c79f10ecbd (
plain
)
1
2
3
4
5
6
7
<?php for ($i = 0; $i < 2; $i++) { echo $i."\n"; } ?>