Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp.h332 …TED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class) in BEGIN_EXTERN_C()
334 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
H A Dmain.c1247 zend_throw_error_exception(EG(exception_class), message, 0, type); in php_error_cb()
/PHP-8.0/Zend/
H A Dzend_globals.h203 zend_class_entry *exception_class; member
H A Dzend.h350 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c4402 current->exception = EG(exception_class); in zend_save_error_handling()
4406 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
4411 ZEND_ASSERT(error_handling == EH_THROW || exception_class == NULL); in zend_replace_error_handling()
4413 EG(exception_class) = exception_class; in zend_replace_error_handling()
4420 EG(exception_class) = saved->exception; in zend_restore_error_handling()
H A Dzend.c745 executor_globals->exception_class = NULL; in executor_globals_ctor()

Completed in 40 milliseconds