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