static function debug()
 {
     return debug::x(func_get_args());
 }
/**
 * Print errors
 */
function print_errors()
{
    global $G_errors;
    debug::x($G_errors);
}