summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2010-03-02 22:16:24 +0000
committerHannes Magnusson <bjori@php.net>2010-03-02 22:16:24 +0000
commit004a72ce1a989f9dd3211ae2faa31087b44d9673 (patch)
tree3938aefaf1e5b91527068d58a6713b3acbd7d911 /ext/reflection/php_reflection.c
parent40348f1a5b144212c222f4a4000ed30878bc7c55 (diff)
downloadphp-git-004a72ce1a989f9dd3211ae2faa31087b44d9673.tar.gz
- The ctor requires both arguments
- Sync/fix ctor and export arguments to 5_2
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c2
1 files changed, 1 insertions, 1 deletions
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()