fork download
  1. <?php
  2.  
  3. for ($i = 0; $i < 10; ++$i) {
  4. var_dump($i);
  5.  
  6. function f() {
  7.  
  8. }
  9. }
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
int(0)
int(1)
stderr
PHP Fatal error:  Cannot redeclare f() (previously declared in /home/CvADjl/prog.php:8) in /home/CvADjl/prog.php on line 6