fork(1) download
  1. <?php
  2. for($i=0;$i<3;$i++){
  3. $a=rand(1,100);
  4. echo "$a";
  5. echo " ";
  6.  
  7. if($a>50){
  8.  
  9. }
  10. echo "$a";
  11. }
  12.  
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
86 8660 6082 82