コード例 #1
0
ファイル: init.php プロジェクト: OPL/Open-Power-Forms
function profile($dump = false)
{
    $trace = debug_backtrace();
    array_pop($trace);
    $k = reset($trace);
    Opl_Debug::writeErr($k['function'] . ',' . $k['file'] . ',' . $k['line']);
}