<?php$i = 0;while ($i++ < 5) { if ($i == 3) continue; echo $i . "\n";}?>
Standard input is empty
1 2 4 5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!