error_num          71 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         172 ext/soap/soap.c #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \
error_num         176 ext/soap/soap.c 	old_error_handler(error_num, error_filename, error_lineno, format, copy); \
error_num         180 ext/soap/soap.c #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \
error_num         182 ext/soap/soap.c 	old_error_handler(error_num, error_filename, error_lineno, format, args); \
error_num        2124 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        2154 ext/soap/soap.c 		if ((error_num == E_USER_ERROR ||
error_num        2155 ext/soap/soap.c 		     error_num == E_COMPILE_ERROR ||
error_num        2156 ext/soap/soap.c 		     error_num == E_CORE_ERROR ||
error_num        2157 ext/soap/soap.c 		     error_num == E_ERROR ||
error_num        2158 ext/soap/soap.c 		     error_num == E_PARSE) &&
error_num        2198 ext/soap/soap.c 				call_old_error_handler(error_num, error_filename, error_lineno, format, args);
error_num        2216 ext/soap/soap.c 			call_old_error_handler(error_num, error_filename, error_lineno, format, args);
error_num        2226 ext/soap/soap.c 		if (error_num == E_USER_ERROR ||
error_num        2227 ext/soap/soap.c 		    error_num == E_COMPILE_ERROR ||
error_num        2228 ext/soap/soap.c 		    error_num == E_CORE_ERROR ||
error_num        2229 ext/soap/soap.c 		    error_num == E_ERROR ||
error_num        2230 ext/soap/soap.c 		    error_num == E_PARSE) {
error_num        2282 ext/soap/soap.c 			call_old_error_handler(error_num, error_filename, error_lineno, format, args);