Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_builtin_functions.c209 ZEND_ARG_INFO(0, exception_handler)
1600 zval *exception_handler; in ZEND_FUNCTION() local
1603 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception_handler) == FAILURE) { in ZEND_FUNCTION()
1607 if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */ in ZEND_FUNCTION()
1608 if (!zend_is_callable(exception_handler, 0, &exception_handler_name TSRMLS_CC)) { in ZEND_FUNCTION()
1623 if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */ in ZEND_FUNCTION()
1629 MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler)) in ZEND_FUNCTION()
/PHP-5.6/
H A DNEWS7717 - Fixed bug #47714 (autoloading classes inside exception_handler leads to

Completed in 40 milliseconds