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