Searched defs:error_lineno (Results 1 – 8 of 8) sorted by relevance
/php-src/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 | 156 …zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in zend_observer_error_notify()
|
H A D | zend_observer.c | 373 …zend_observer_error_notify(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in _zend_observer_error_notify()
|
H A D | zend.c | 1429 int orig_type, zend_string *error_filename, uint32_t error_lineno, zend_string *message) in zend_error_zstr_at() 1593 int orig_type, zend_string *error_filename, uint32_t error_lineno, in zend_error_va_list()
|
H A D | zend_execute_API.c | 1476 uint32_t error_lineno = 0; in zend_timeout_handler() local
|
/php-src/main/ |
H A D | main.c | 1256 …zend_debug_error_notify_cb(int type, zend_string *error_filename, uint32_t error_lineno, zend_stri… in report_zend_debug_error_notify_cb() 1281 … void php_error_cb(int orig_type, zend_string *error_filename, const uint32_t error_lineno, zend_s… in php_error_cb()
|
/php-src/ext/soap/ |
H A D | soap.c | 1845 …real_error_handler(int error_num, zend_string *error_filename, const uint32_t error_lineno, zend_s… in soap_real_error_handler() 1939 …soap_error_handler(int error_num, zend_string *error_filename, const uint32_t error_lineno, zend_s… in soap_error_handler()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 3837 static void preload_error_cb(int type, zend_string *error_filename, const uint32_t error_lineno, ze…
|
Completed in 54 milliseconds