Exemplo n.º 1
0
 public function testFatalError()
 {
     if (extension_loaded('xdebug')) {
         xdebug_disable();
     }
     non_existing_function();
 }
Exemplo n.º 2
0
 public function testFatalError()
 {
     non_existing_function();
 }