fork download
  1. <?php
  2.  
  3. $n = 12;
  4.  
  5. for($i=0;$i<$n;$i++){
  6. echo "*";
  7.  
  8. }
  9.  
  10. ?>
Success #stdin #stdout 0.04s 25648KB
stdin
Standard input is empty
stdout
************