diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-03-06 23:27:26 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-03-06 23:27:26 +0000 |
commit | b83d7e31514fb92c23561ceed42e3d27284a1496 (patch) | |
tree | b2a52495cf84eccb089eeced44c9c67b294a3878 | |
parent | 1ed4c0b44661272802a014e3a4c6488df47bb7ca (diff) | |
download | php-git-b83d7e31514fb92c23561ceed42e3d27284a1496.tar.gz |
stray text
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 2f2c4b8d8f..65545466cb 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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) { |