Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp.h309 …TED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class) in BEGIN_EXTERN_C()
311 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
H A Dmain.c1106 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
/PHP-7.1/Zend/
H A Dzend_globals.h199 zend_class_entry *exception_class; member
H A Dzend.h317 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c4113 current->exception = EG(exception_class); in zend_save_error_handling()
4118 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
4128 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
4161 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
H A Dzend.c577 executor_globals->exception_class = NULL; in executor_globals_ctor()

Completed in 39 milliseconds