예제 #1
0
파일: GWF_Debug.php 프로젝트: sinfocol/gwf3
 public static function enableStubErrorHandler()
 {
     self::disableErrorHandler();
     set_error_handler(array('GWF_Debug', 'error_handler_stub'));
     self::$enabled = true;
 }