]> 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 d7cdb21eb8cda7a59ed5871a09d373dd06e89837..d1f90e34550fcbb1b31a7e6540aee7ebfe24b3c8 100644 (file)
@@ -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()