Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_exceptions.h50 extern ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC);
H A Dzend_exceptions.c35 ZEND_API void (*zend_throw_exception_hook)(zval *ex TSRMLS_DC); variable
115 if (zend_throw_exception_hook) { in zend_throw_exception_internal()
116 zend_throw_exception_hook(exception TSRMLS_CC); in zend_throw_exception_internal()
H A Dzend.c691 zend_throw_exception_hook = NULL; in zend_startup()

Completed in 11 milliseconds