From: Marcus Boerger Date: Mon, 26 Apr 2004 18:54:18 +0000 (+0000) Subject: Fix prototype X-Git-Tag: RELEASE_0_1~367 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54e5ad6b6ec3c259f421b16eaa5ab120245fbf3f;p=php Fix prototype --- diff --git a/Zend/zend_reflection_api.c b/Zend/zend_reflection_api.c index 87168ba5a5..12f5e84ddc 100644 --- a/Zend/zend_reflection_api.c +++ b/Zend/zend_reflection_api.c @@ -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) { diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 87168ba5a5..12f5e84ddc 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -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) {