示例#1
0
function yTest_dbgStack()
{
    yTest_dbg(implode("\n", yTest_Stack::formatStack(yTest_Stack::getCurrentStack())));
}
示例#2
0
 public static function keepAnnoyingFrames($enableKeep)
 {
     self::$removeAnnoyingFrames = $enableKeep;
 }