コード例 #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);
 }