fork download
  1. <?php
  2.  
  3. for($i; $i<225; $i++){
  4.  
  5. $n = $i + 1;
  6.  
  7. }
  8.  
  9. echo ($n);
Success #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
225
stderr
PHP Notice:  Undefined variable: i in /home/50PAac/prog.php on line 3
PHP Notice:  Undefined variable: i in /home/50PAac/prog.php on line 5
PHP Notice:  Undefined variable: i in /home/50PAac/prog.php on line 3