]> granicus.if.org Git - php/commitdiff
Fix prototype
authorMarcus Boerger <helly@php.net>
Mon, 26 Apr 2004 18:54:18 +0000 (18:54 +0000)
committerMarcus Boerger <helly@php.net>
Mon, 26 Apr 2004 18:54:18 +0000 (18:54 +0000)
Zend/zend_reflection_api.c
ext/reflection/php_reflection.c

index 87168ba5a5354e6a9db6a0358fa2f6d610f1397d..12f5e84ddc3db9e3da30d1cdd068a166d612e73e 100644 (file)
@@ -2405,7 +2405,7 @@ ZEND_METHOD(reflection_class, isInstance)
 }
 /* }}} */
 
-/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args)
+/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args, ...)
    Returns an instance of this class */
 ZEND_METHOD(reflection_class, newInstance)
 {
index 87168ba5a5354e6a9db6a0358fa2f6d610f1397d..12f5e84ddc3db9e3da30d1cdd068a166d612e73e 100644 (file)
@@ -2405,7 +2405,7 @@ ZEND_METHOD(reflection_class, isInstance)
 }
 /* }}} */
 
-/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args)
+/* {{{ proto public stdclass Reflection_Class::newInstance(mixed* args, ...)
    Returns an instance of this class */
 ZEND_METHOD(reflection_class, newInstance)
 {