diff options
author | Rasmus Lerdorf <rasmus@php.net> | 2006-03-06 23:26:28 +0000 |
---|---|---|
committer | Rasmus Lerdorf <rasmus@php.net> | 2006-03-06 23:26:28 +0000 |
commit | 3563191049dd0b00bcafc0738a0c2c1a2026ee00 (patch) | |
tree | 3ac48c0fef4ef2cbba61be289874171d3a491e89 /ext/reflection/php_reflection.c | |
parent | b8be6d36642ab45acf4b7d464d9e24707f11303d (diff) | |
download | php-git-3563191049dd0b00bcafc0738a0c2c1a2026ee00.tar.gz |
stray text
Diffstat (limited to 'ext/reflection/php_reflection.c')
-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 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) { |