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