fork download
  1. <?php
  2.  
  3.  
  4.  
  5. for($i=1;$i>=5;$i++){
  6. for($j=1;$j>=5;$j++){
  7. echo $i;
  8. }
  9. echo "/n";
  10. }
  11. ?>
Success #stdin #stdout 0.03s 25668KB
stdin
Standard input is empty
stdout
Standard output is empty