Home
last modified time | relevance | path

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

/PHP-7.0/main/
H A Dphp.h292 …TED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class) in BEGIN_EXTERN_C()
294 zend_replace_error_handling(error_handling, exception_class, NULL); in BEGIN_EXTERN_C()
H A Dmain.c1066 zend_throw_error_exception(EG(exception_class), buffer, 0, type); in php_error_cb()
/PHP-7.0/Zend/
H A Dzend_globals.h193 zend_class_entry *exception_class; member
H A Dzend.h335 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c4062 current->exception = EG(exception_class); in zend_save_error_handling()
4067 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
4077 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
4110 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()
H A Dzend.c564 executor_globals->exception_class = NULL; in executor_globals_ctor()

Completed in 36 milliseconds