Skip to content

Commit 6567d49

Browse files
committed
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: opcache: fix syntax error introduced in 261a08a (#9821)
2 parents cb3adf3 + af75eaf commit 6567d49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11418,7 +11418,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst,
1141811418
|.cold_code
1141911419
|2:
1142011420
| SET_EX_OPLINE opline, REG0
11421-
if (if (opline->opcode != ZEND_FETCH_DIM_RW) {
11421+
if (opline->opcode != ZEND_FETCH_DIM_RW) {
1142211422
| EXT_CALL zend_jit_prepare_assign_dim_ref, REG0
1142311423
}
1142411424
| mov FCARG1x, RETVALx

0 commit comments

Comments
 (0)