fork(5) download
  1. <?php
  2. for($i=1; $i<=5; $i++){
  3. echo $i."\n";
  4. }
  5. ?>
Success #stdin #stdout 0.02s 52472KB
stdin
Standard input is empty
stdout
1
2
3
4
5