zend_throw_exception_hook 690 Zend/zend.c zend_throw_exception_hook = NULL; zend_throw_exception_hook 42 Zend/zend_exceptions.c ZEND_API void (*zend_throw_exception_hook)(zval *ex); zend_throw_exception_hook 162 Zend/zend_exceptions.c if (zend_throw_exception_hook) { zend_throw_exception_hook 163 Zend/zend_exceptions.c zend_throw_exception_hook(exception); zend_throw_exception_hook 65 Zend/zend_exceptions.h extern ZEND_API void (*zend_throw_exception_hook)(zval *ex);