<?php$rock=4; while ($rock<=5) {echo $rock. "<br/>";$rock++;}?>
Standard input is empty
4<br/>5<br/>
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!