]> granicus.if.org Git - php/commitdiff
- The ctor requires both arguments
authorHannes Magnusson <bjori@php.net>
Tue, 2 Mar 2010 22:16:24 +0000 (22:16 +0000)
committerHannes Magnusson <bjori@php.net>
Tue, 2 Mar 2010 22:16:24 +0000 (22:16 +0000)
- Sync/fix ctor and export arguments to 5_2

ext/reflection/php_reflection.c

index 10c0cc54fe2ce69b463dc38b0b6dee167dab614b..77728b3936e08df54c9cc8b9c0a82cf43e99531a 100644 (file)
@@ -5531,7 +5531,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()