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 24336KB
stdin
Standard input is empty
stdout
2 50 48 48