예제 #1
0
파일: ErrorTest.php 프로젝트: skeetr/skeetr
 protected function getLastError()
 {
     if ($e = parent::getLastError()) {
         return $e;
     }
     return array('type' => E_WARNING, 'message' => 'Foo Bar', 'file' => '/tmp/foo', 'line' => 2);
 }