コード例 #1
0
ファイル: yTest_Functions.php プロジェクト: rsaugier/ytest
function yTest_dbgStack()
{
    yTest_dbg(implode("\n", yTest_Stack::formatStack(yTest_Stack::getCurrentStack())));
}
コード例 #2
0
ファイル: yTest_Stack.php プロジェクト: rsaugier/ytest
 public static function keepAnnoyingFrames($enableKeep)
 {
     self::$removeAnnoyingFrames = $enableKeep;
 }