stray text

This commit is contained in:
Rasmus Lerdorf 2006-03-06 23:27:26 +00:00
parent 1ed4c0b446
commit b83d7e3151

View File

@ -1330,7 +1330,7 @@ ZEND_METHOD(reflection, getModifierNames)
}
/* }}} */
/* {{{ proto public static mixed ReflectionFunction::export(string name [, bool return]) throws ReflectionException
/* {{{ proto public static mixed ReflectionFunction::export(string name [, bool return])
Exports a reflection object. Returns the output if TRUE is specified for return, printing it otherwise. */
ZEND_METHOD(reflection_function, export)
{