Friday, June 17, 2011

snippet test


echo "because i can";
for ($i = 0; $i < 10; $i++):
# test comment
echo "cc $i", PHP_EOL;
endfor;


Thanks to Luka Marinko and the Google hosted Code Prettify