Browse Source

MFB: Documentation fix for getClosure()

experimental/first_unicode_implementation
Felix De Vliegher 18 years ago
parent
commit
a3d6855a85
  1. 2
      ext/reflection/php_reflection.c

2
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;

Loading…
Cancel
Save