closure_func     1725 ext/reflection/php_reflection.c 	const zend_function *closure_func;
closure_func     1732 ext/reflection/php_reflection.c 		closure_func = zend_get_closure_method_def(&intern->obj);
closure_func     1733 ext/reflection/php_reflection.c 		if (closure_func && closure_func->common.scope) {
closure_func     1734 ext/reflection/php_reflection.c 			zend_reflection_class_factory(closure_func->common.scope, return_value);