Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_exceptions.h67 extern ZEND_API void (*zend_throw_exception_hook)(zend_object *ex);
H A Dzend_exceptions.c49 ZEND_API void (*zend_throw_exception_hook)(zend_object *ex); variable
193 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
194 zend_throw_exception_hook(exception); in zend_throw_exception_internal()
H A Dzend.c890 zend_throw_exception_hook = NULL; in zend_startup()
/PHP-8.0/
H A DUPGRADING.INTERNALS238 - zend_throw_exception_hook()

Completed in 18 milliseconds