Home
last modified time | relevance | path

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

/PHP-5.3/Zend/
H A Dzend_exceptions.h50 extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
H A Dzend_exceptions.c34 ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC); variable
100 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
101 zend_throw_exception_hook(exception TSRMLS_CC); in zend_throw_exception_internal()
H A Dzend.c643 zend_throw_exception_hook = NULL; in zend_startup()

Completed in 16 milliseconds