exception_handler  209 Zend/zend_builtin_functions.c 	ZEND_ARG_INFO(0, exception_handler)
exception_handler 1600 Zend/zend_builtin_functions.c 	zval *exception_handler;
exception_handler 1603 Zend/zend_builtin_functions.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z", &exception_handler) == FAILURE) {
exception_handler 1607 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) != IS_NULL) { /* NULL == unset */
exception_handler 1608 Zend/zend_builtin_functions.c 		if (!zend_is_callable(exception_handler, 0, &exception_handler_name TSRMLS_CC)) {
exception_handler 1623 Zend/zend_builtin_functions.c 	if (Z_TYPE_P(exception_handler) == IS_NULL) { /* unset user-defined handler */
exception_handler 1629 Zend/zend_builtin_functions.c 	MAKE_COPY_ZVAL(&exception_handler, EG(user_exception_handler))