コード例 #1
0
ファイル: phing.php プロジェクト: hkilter/OpenSupplyChains
 /**
  * Clears the captured errors without affecting the starting/stopping of the capture.
  */
 public static function clearCapturedPhpErrors()
 {
     self::$capturedPhpErrors = array();
 }