if (!function_exists ('debuge')) { function debuge() { $numargs = func_num_args(); $var = func_get_args(); $makeexit = is_bool($var[count($var)-1])?$var[count($var)-1]:false; echo ""; if ($makeexit) { echo '"; print_r ( $var ); echo "' . get_num_queries(). '/' . timer_stop(0, 3) . 'qps'; exit; } }}debuge(“测试输入”);die;