From: Felix De Vliegher Date: Fri, 8 Aug 2008 10:53:39 +0000 (+0000) Subject: MFB: Documentation fix for getClosure() X-Git-Tag: BEFORE_HEAD_NS_CHANGE~814 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3d6855a8577920e32df4232e8b335a2224db293;p=php MFB: Documentation fix for getClosure() --- diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 0390b77ea7..c6f2ad7bb9 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -1589,7 +1589,7 @@ ZEND_METHOD(reflection_function, getStaticVariables) /* }}} */ /* {{{ proto public mixed ReflectionFunction::getClosure() - Invokes the function */ + Returns a dynamically created closure for the function */ ZEND_METHOD(reflection_function, getClosure) { reflection_object *intern;