Searched defs:error_filename (Results 1 – 8 of 8) sorted by relevance
/PHP-8.2/Zend/ |
H A D | zend_dtrace.c | 112 void dtrace_error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in dtrace_error_notify_cb()
|
H A D | zend_observer.h | 110 static inline void zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error… in zend_observer_error_notify()
|
H A D | zend_observer.c | 341 ZEND_API void _zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error_lin… in _zend_observer_error_notify()
|
H A D | zend.c | 1361 int orig_type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in zend_error_zstr_at() 1525 int orig_type, zend_string *error_filename, uint32_t error_lineno, in zend_error_va_list()
|
H A D | zend_execute_API.c | 1411 const char *error_filename = NULL; in zend_timeout_handler() local
|
/PHP-8.2/main/ |
H A D | main.c | 1195 static void report_zend_debug_error_notify_cb(int type, zend_string *error_filename, uint32_t error… in report_zend_debug_error_notify_cb() 1220 static ZEND_COLD void php_error_cb(int orig_type, zend_string *error_filename, const uint32_t error… in php_error_cb()
|
/PHP-8.2/ext/soap/ |
H A D | soap.c | 1732 …r_inline ZEND_COLD void soap_real_error_handler(int error_num, zend_string *error_filename, const … 1826 static void soap_error_handler(int error_num, zend_string *error_filename, const uint32_t error_lin…
|
/PHP-8.2/ext/opcache/ |
H A D | ZendAccelerator.c | 3829 static void preload_error_cb(int type, zend_string *error_filename, const uint32_t error_lineno, ze…
|
Completed in 97 milliseconds