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