]> granicus.if.org Git - php/commitdiff
stray text
authorRasmus Lerdorf <rasmus@php.net>
Mon, 6 Mar 2006 23:27:26 +0000 (23:27 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Mon, 6 Mar 2006 23:27:26 +0000 (23:27 +0000)
ext/reflection/php_reflection.c

index 2f2c4b8d8fdd0876481c0bdcdb577927012b1c27..65545466cbd8f8306673b2d30f6bb24ebf417bf1 100644 (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)
 {