From 004a72ce1a989f9dd3211ae2faa31087b44d9673 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 2 Mar 2010 22:16:24 +0000 Subject: [PATCH] - The ctor requires both arguments - Sync/fix ctor and export arguments to 5_2 --- ext/reflection/php_reflection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index d7cdb21eb8..d1f90e3455 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -5285,7 +5285,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_property_export, 0, 0, 2) ZEND_ARG_INFO(0, return) ZEND_END_ARG_INFO() -ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_property___construct, 0, 0, 0) +ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_property___construct, 0, 0, 2) ZEND_ARG_INFO(0, class) ZEND_ARG_INFO(0, name) ZEND_END_ARG_INFO() -- 2.40.0