1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

opcache: fix syntax error introduced in 261a08af65 (#9821)

This commit is contained in:
Kévin Dunglas
2022-10-24 19:42:55 +02:00
committed by GitHub
parent b4fb66463b
commit af75eaf9bf
+1 -1
View File
@@ -11545,7 +11545,7 @@ static int zend_jit_fetch_dim(dasm_State **Dst,
|.cold_code
|2:
| SET_EX_OPLINE opline, REG0
if (if (opline->opcode != ZEND_FETCH_DIM_RW) {
if (opline->opcode != ZEND_FETCH_DIM_RW) {
| EXT_CALL zend_jit_prepare_assign_dim_ref, REG0
}
| mov FCARG1x, RETVALx