Skip to content

Commit 0e52da0

Browse files
committed
Revert unneded change
1 parent d63a4ff commit 0e52da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_ir.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10078,7 +10078,7 @@ static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zen
1007810078
}
1007910079

1008010080
bool may_have_extra_named_params =
10081-
(opline->extended_value & ZEND_FCALL_MAY_HAVE_EXTRA_NAMED_PARAMS) &&
10081+
(opline->extended_value == ZEND_FCALL_MAY_HAVE_EXTRA_NAMED_PARAMS) &&
1008210082
(!func || func->common.fn_flags & ZEND_ACC_VARIADIC);
1008310083

1008410084
if (!jit->reuse_ip) {

0 commit comments

Comments
 (0)