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. echo "$a";
  9. }
  10.  
  11.  
  12.  
Success #stdin #stdout 0.02s 24368KB
stdin
Standard input is empty
stdout
88 23 59 59