summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2006-03-06 23:26:28 +0000
committerRasmus Lerdorf <rasmus@php.net>2006-03-06 23:26:28 +0000
commit3563191049dd0b00bcafc0738a0c2c1a2026ee00 (patch)
tree3ac48c0fef4ef2cbba61be289874171d3a491e89 /ext/reflection/php_reflection.c
parentb8be6d36642ab45acf4b7d464d9e24707f11303d (diff)
downloadphp-git-3563191049dd0b00bcafc0738a0c2c1a2026ee00.tar.gz
stray text
Diffstat (limited to 'ext/reflection/php_reflection.c')
-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 1afe0af1f2..b10b44f89e 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -1319,7 +1319,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)
{