Example #1
0
 public function testFatalError()
 {
     if (extension_loaded('xdebug')) {
         xdebug_disable();
     }
     non_existing_function();
 }
Example #2
0
 public function testFatalError()
 {
     non_existing_function();
 }