Skip to content

Commit 7ccef0f

Browse files
committed
Fix #[\Deprecated] for JIT
1 parent 211e0ee commit 7ccef0f

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
@@ -9617,7 +9617,7 @@ static int zend_jit_do_fcall(zend_jit_ctx *jit, const zend_op *opline, const zen
96179617
}
96189618
}
96199619

9620-
if (opline->opcode == ZEND_DO_FCALL) {
9620+
if (opline->opcode == ZEND_DO_FCALL || opline->opcode == ZEND_DO_UCALL) {
96219621
if (!func) {
96229622
if (!trace) {
96239623
ir_ref if_deprecated, ret;

0 commit comments

Comments
 (0)