]> granicus.if.org Git - php/commitdiff
MFB: Documentation fix for getClosure()
authorFelix De Vliegher <felixdv@php.net>
Fri, 8 Aug 2008 10:53:39 +0000 (10:53 +0000)
committerFelix De Vliegher <felixdv@php.net>
Fri, 8 Aug 2008 10:53:39 +0000 (10:53 +0000)
ext/reflection/php_reflection.c

index 0390b77ea7fbc81937241f651c9ab9d07c8656aa..c6f2ad7bb95c73e152114183dc40ee92b57a31c5 100644 (file)
@@ -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;