summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2006-03-06 23:27:26 +0000
committerRasmus Lerdorf <rasmus@php.net>2006-03-06 23:27:26 +0000
commitb83d7e31514fb92c23561ceed42e3d27284a1496 (patch)
treeb2a52495cf84eccb089eeced44c9c67b294a3878
parent1ed4c0b44661272802a014e3a4c6488df47bb7ca (diff)
downloadphp-git-b83d7e31514fb92c23561ceed42e3d27284a1496.tar.gz
stray text
-rw-r--r--ext/reflection/php_reflection.c2
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)
{