diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-07 16:32:42 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-07 16:32:42 +0200 |
commit | c9d4696f763e39c4874907bd6698a711d34b2a75 (patch) | |
tree | 7085e0591761e5118ba2f6587fd549f8e63f3167 /ext/reflection/php_reflection.c | |
parent | 9b28553d4581f21e8e788ad60fc9948565093ad8 (diff) | |
parent | f085bddb51cf3ce4400f89447e40ddac66468f31 (diff) | |
download | php-git-c9d4696f763e39c4874907bd6698a711d34b2a75.tar.gz |
Merge branch 'PHP-7.4'
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r-- | ext/reflection/php_reflection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c index 3b46daf99f..4e556b3cbc 100644 --- a/ext/reflection/php_reflection.c +++ b/ext/reflection/php_reflection.c @@ -6327,7 +6327,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_reflection_method_setAccessible, 0) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() -ZEND_BEGIN_ARG_INFO(arginfo_reflection_method_getClosure, 0) +ZEND_BEGIN_ARG_INFO_EX(arginfo_reflection_method_getClosure, 0, 0, 0) ZEND_ARG_INFO(0, object) ZEND_END_ARG_INFO() |