コード例 #1
0
 static function debug()
 {
     return debug::x(func_get_args());
 }
コード例 #2
0
/**
 * Print errors
 */
function print_errors()
{
    global $G_errors;
    debug::x($G_errors);
}