Home
last modified time | relevance | path

Searched refs:zend_throw_exception_hook (Results 1 – 3 of 3) sorted by relevance

/PHP-7.1/Zend/
H A Dzend_exceptions.h66 extern ZEND_API void (*zend_throw_exception_hook)(zval *ex);
H A Dzend_exceptions.c43 ZEND_API void (*zend_throw_exception_hook)(zval *ex); variable
166 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
167 zend_throw_exception_hook(exception); in zend_throw_exception_internal()
H A Dzend.c721 zend_throw_exception_hook = NULL; in zend_startup()

Completed in 10 milliseconds