Home
last modified time | relevance | path

Searched refs:exception_handler (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_builtin_functions.c209 ZEND_ARG_INFO(0, exception_handler)
1590 zval *exception_handler; in ZEND_FUNCTION() local
1593 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception_handler) == FAILURE) { in ZEND_FUNCTION()
1597 if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1598 if (!zend_is_callable(exception_handler, 0, &exception_handler_name TSRMLS_CC)) { in ZEND_FUNCTION()
1613 if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1619 MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler)) in ZEND_FUNCTION()
/PHP-5.5/
H A DNEWS6139 - Fixed bug #47714 (autoloading classes inside exception_handler leads to

Completed in 29 milliseconds