closure_func     1758 ext/reflection/php_reflection.c 	const zend_function *closure_func;
closure_func     1765 ext/reflection/php_reflection.c 		closure_func = zend_get_closure_method_def(intern->obj TSRMLS_CC);
closure_func     1766 ext/reflection/php_reflection.c 		if (closure_func && closure_func->common.scope) {
closure_func     1767 ext/reflection/php_reflection.c 			zend_reflection_class_factory(closure_func->common.scope, return_value TSRMLS_CC);