Searched defs:error_filename (Results 1 – 4 of 4) sorted by relevance
/PHP-7.1/ext/soap/ |
H A D | soap.c | 171 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument 179 #define call_old_error_handler(error_num, error_filename, error_lineno, format, args) \ argument 2127 static void soap_error_handler(int error_num, const char *error_filename, const uint error_lineno, …
|
/PHP-7.1/Zend/ |
H A D | zend_execute_API.c | 1208 const char *error_filename = NULL; in zend_timeout_handler() local
|
H A D | zend.c | 1083 const char *error_filename; in zend_error() local
|
/PHP-7.1/main/ |
H A D | main.c | 1038 static ZEND_COLD void php_error_cb(int type, const char *error_filename, const uint error_lineno, c… in php_error_cb()
|
Completed in 41 milliseconds