summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-09-03 17:13:47 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-09-03 17:13:47 +0200
commitcd1c36f772c86b43ef36a01ac983c37d20eded7b (patch)
tree7d59c6d1798647d6e0ebf532010f5cebcac4bdbc /Zend/zend_vm_def.h
parent9dc953463769e16d1705a112c3c8bb82dbd2c9a5 (diff)
parent2dabc4c30513b6511db893231c03625a40f274a7 (diff)
downloadphp-git-cd1c36f772c86b43ef36a01ac983c37d20eded7b.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed bug #80049
Diffstat (limited to 'Zend/zend_vm_def.h')
-rw-r--r--Zend/zend_vm_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_vm_def.h b/Zend/zend_vm_def.h
index b083ad627b..6138ecb263 100644
--- a/Zend/zend_vm_def.h
+++ b/Zend/zend_vm_def.h
@@ -5463,6 +5463,7 @@ ZEND_VM_HANDLER(164, ZEND_RECV_VARIADIC, NUM, UNUSED, CACHE_SLOT)
ZEND_HASH_FILL_PACKED(Z_ARRVAL_P(params)) {
zval *param = EX_VAR_NUM(EX(func)->op_array.last_var + EX(func)->op_array.T);
if (UNEXPECTED(ZEND_TYPE_IS_SET(arg_info->type))) {
+ ZEND_ADD_CALL_FLAG(execute_data, ZEND_CALL_FREE_EXTRA_ARGS);
do {
if (UNEXPECTED(!zend_verify_variadic_arg_type(EX(func), arg_info, arg_num, param, CACHE_ADDR(opline->extended_value)))) {
ZEND_HASH_FILL_FINISH();