Skip to content

Commit 865f2c0

Browse files
committed
Merge branch 'PHP-8.2'
* PHP-8.2: opcache: fix syntax error introduced in 261a08a (#9821)
2 parents 76b8bac + 6567d49 commit 865f2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit_arm64.dasc

Lines changed: 1 addition & 1 deletion
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)