Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_exceptions.h65 extern ZEND_API void (*zend_throw_exception_hook)(zval *ex);
H A Dzend_exceptions.c42 ZEND_API void (*zend_throw_exception_hook)(zval *ex); variable
171 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
172 zend_throw_exception_hook(exception); in zend_throw_exception_internal()
H A Dzend.c858 zend_throw_exception_hook = NULL; in zend_startup()

Completed in 18 milliseconds