Home
last modified time | relevance | path

Searched refs:exception_class (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/main/
H A Dphp.h333 …TED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class) in BEGIN_EXTERN_C()
335 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
H A Dmain.c1302 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
/PHP-7.4/Zend/
H A Dzend_globals.h201 zend_class_entry *exception_class; member
H A Dzend.h349 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c4375 current->exception = EG(exception_class); in zend_save_error_handling()
4380 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
4385 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
4387 EG(exception_class) = exception_class; in zend_replace_error_handling()
4394 EG(exception_class) = saved->exception; in zend_restore_error_handling()
H A Dzend.c714 executor_globals->exception_class = NULL; in executor_globals_ctor()

Completed in 32 milliseconds