fork download
  1. <?php
  2. namespace A;
  3. class B {}
  4.  
  5. $str = "B";
  6. $b = new $str;
  7.  
Runtime error #stdin #stdout #stderr 0.01s 82880KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
PHP Fatal error:  Uncaught Error: Class 'B' not found in /home/V56VIS/prog.php:6
Stack trace:
#0 {main}
  thrown in /home/V56VIS/prog.php on line 6