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 24324KB
stdin
Standard input is empty
stdout
17 83 8386 86