fork download
  1. <?php
  2.  
  3. class Foo extends Bar {};
  4.  
  5. class Bar extends Foo {};
  6.  
  7. $bar = new Foo();
Runtime error #stdin #stdout #stderr 0.02s 52432KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Class 'Bar' not found in /home/vR2ehN/prog.php on line 3