orig_user_exception_handler 1385 Zend/zend.c    			zval orig_user_exception_handler;
orig_user_exception_handler 1391 Zend/zend.c    			ZVAL_COPY_VALUE(&orig_user_exception_handler, &EG(user_exception_handler));
orig_user_exception_handler 1393 Zend/zend.c    			if (call_user_function_ex(CG(function_table), NULL, &orig_user_exception_handler, &retval2, 1, params, 1, NULL) == SUCCESS) {