<?php for($x=0;$x<10;$x++){ echo $x*2 ."<br>"; }?>
Standard input is empty
0<br>2<br>4<br>6<br>8<br>10<br>12<br>14<br>16<br>18<br>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!