Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_exceptions.h70 extern ZEND_API void (*zend_throw_exception_hook)(zend_object *ex);
H A Dzend_exceptions.c53 ZEND_API void (*zend_throw_exception_hook)(zend_object *ex); variable
222 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
223 zend_throw_exception_hook(exception); in zend_throw_exception_internal()
H A Dzend.c995 zend_throw_exception_hook = NULL; in zend_startup()

Completed in 12 milliseconds