exception_class 865 Zend/zend.h ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC); exception_class 3956 Zend/zend_API.c current->exception = EG(exception_class); exception_class 3964 Zend/zend_API.c ZEND_API void zend_replace_error_handling(zend_error_handling_t error_handling, zend_class_entry *exception_class, zend_error_handling *current TSRMLS_DC) /* {{{ */ exception_class 3974 Zend/zend_API.c EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL; exception_class 3981 Zend/zend_API.c EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL; exception_class 236 Zend/zend_globals.h zend_class_entry *exception_class; exception_class 1102 main/main.c zend_throw_error_exception(EG(exception_class), buffer, 0, type TSRMLS_CC); exception_class 2189 main/main.c EG(exception_class) = NULL; exception_class 296 main/php.h static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class TSRMLS_DC) exception_class 298 main/php.h zend_replace_error_handling(error_handling, exception_class, NULL TSRMLS_CC);