From 54e5ad6b6ec3c259f421b16eaa5ab120245fbf3f Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Mon, 26 Apr 2004 18:54:18 +0000 Subject: [PATCH] Fix prototype --- Zend/zend_reflection_api.c | 2 +- ext/reflection/php_reflection.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.50.1