Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp.h286 …hp_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) in BEGIN_EXTERN_C()
288 zend_replace_error_handling(error_handling, exception_class, NULL TSRMLS_CC); in BEGIN_EXTERN_C()
H A Dmain.c976 zend_throw_error_exception(EG(exception_class), buffer, 0, type TSRMLS_CC); in php_error_cb()
1936 EG(exception_class) = NULL; in php_module_startup()
/PHP-5.3/Zend/
H A Dzend_globals.h234 zend_class_entry *exception_class; member
H A Dzend.h771 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c3607 current->exception = EG(exception_class); in zend_save_error_handling()
3615 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
3625 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
3632 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()

Completed in 32 milliseconds