exception_class   560 Zend/zend.c    	executor_globals->exception_class = NULL;
exception_class   334 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);
exception_class  4040 Zend/zend_API.c 	current->exception = EG(exception_class);
exception_class  4045 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) /* {{{ */
exception_class  4055 Zend/zend_API.c 	EG(exception_class) = error_handling == EH_THROW ? exception_class : NULL;
exception_class  4088 Zend/zend_API.c 	EG(exception_class) = saved->handling == EH_THROW ? saved->exception : NULL;
exception_class   193 Zend/zend_globals.h 	zend_class_entry      *exception_class;
exception_class  1041 main/main.c    					zend_throw_error_exception(EG(exception_class), buffer, 0, type);
exception_class   292 main/php.h     static inline ZEND_ATTRIBUTE_DEPRECATED void php_set_error_handling(error_handling_t error_handling, zend_class_entry *exception_class)
exception_class   294 main/php.h     	zend_replace_error_handling(error_handling, exception_class, NULL);