fork download
  1. <?php
  2. for($x=0;$x<10;$x++){
  3. echo $x*2;
  4. }
  5. ?>
Success #stdin #stdout 0.02s 13112KB
stdin
Standard input is empty
stdout
024681012141618