zend_throw_exception_hook  694 Zend/zend.c    	zend_throw_exception_hook = NULL;
zend_throw_exception_hook   35 Zend/zend_exceptions.c ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
zend_throw_exception_hook  123 Zend/zend_exceptions.c 	if (zend_throw_exception_hook) {
zend_throw_exception_hook  124 Zend/zend_exceptions.c 		zend_throw_exception_hook(exception TSRMLS_CC);
zend_throw_exception_hook   50 Zend/zend_exceptions.h extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);