Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp.h293 …hp_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) in BEGIN_EXTERN_C()
295 zend_replace_error_handling(error_handling, exception_class, NULL TSRMLS_CC); in BEGIN_EXTERN_C()
H A Dmain.c1019 zend_throw_error_exception(EG(exception_class), buffer, 0, type TSRMLS_CC); in php_error_cb()
2100 EG(exception_class) = NULL; in php_module_startup()
/PHP-5.5/Zend/
H A Dzend_globals.h229 zend_class_entry *exception_class; member
H A Dzend.h856 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h…
H A Dzend_API.c3946 current->exception = EG(exception_class); in zend_save_error_handling()
3954 …ror_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_h… in zend_replace_error_handling() argument
3964 EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; in zend_replace_error_handling()
3971 EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; in zend_restore_error_handling()

Completed in 31 milliseconds