error_num          72 ext/soap/soap.c static void soap_error_handler(int error_num, const char *error_filename, const uint error_lineno, const char *format, va_list args);
error_num         171 ext/soap/soap.c #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \
error_num         175 ext/soap/soap.c 	old_error_handler(error_num, error_filename, error_lineno, format, copy); \
error_num         179 ext/soap/soap.c #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \
error_num         181 ext/soap/soap.c 	old_error_handler(error_num, error_filename, error_lineno, format, args); \
error_num        2126 ext/soap/soap.c static void soap_error_handler(int error_num, const char *error_filename, const uint error_lineno, const char *format, va_list args)
error_num        2139 ext/soap/soap.c 		call_old_error_handler(error_num, error_filename, error_lineno, format, args);
error_num        2153 ext/soap/soap.c 		if ((error_num == E_USER_ERROR ||
error_num        2154 ext/soap/soap.c 		     error_num == E_COMPILE_ERROR ||
error_num        2155 ext/soap/soap.c 		     error_num == E_CORE_ERROR ||
error_num        2156 ext/soap/soap.c 		     error_num == E_ERROR ||
error_num        2157 ext/soap/soap.c 		     error_num == E_PARSE) &&
error_num        2193 ext/soap/soap.c 				call_old_error_handler(error_num, error_filename, error_lineno, format, args);
error_num        2210 ext/soap/soap.c 			call_old_error_handler(error_num, error_filename, error_lineno, format, args);
error_num        2220 ext/soap/soap.c 		if (error_num == E_USER_ERROR ||
error_num        2221 ext/soap/soap.c 		    error_num == E_COMPILE_ERROR ||
error_num        2222 ext/soap/soap.c 		    error_num == E_CORE_ERROR ||
error_num        2223 ext/soap/soap.c 		    error_num == E_ERROR ||
error_num        2224 ext/soap/soap.c 		    error_num == E_PARSE) {
error_num        2273 ext/soap/soap.c 			call_old_error_handler(error_num, error_filename, error_lineno, format, args);