fork(1) download
  1. <?php
  2. for($i==0; $i < 10; $i++) {
  3. echo $i;
  4. }
Success #stdin #stdout #stderr 0s 52488KB
stdin
Standard input is empty
stdout
123456789
stderr
PHP Notice:  Undefined variable: i in /home/jXiuGs/prog.php on line 2
PHP Notice:  Undefined variable: i in /home/jXiuGs/prog.php on line 2
PHP Notice:  Undefined variable: i in /home/jXiuGs/prog.php on line 3
PHP Notice:  Undefined variable: i in /home/jXiuGs/prog.php on line 2