Skip to content

Commit 23cbb39

Browse files
committed
fixup! Improve error messages for invalid property access
1 parent 140fd43 commit 23cbb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10590,6 +10590,7 @@ static int zend_jit_fetch_obj_read(dasm_State **Dst, const zend_op *opline, cons
1059010590
| EXT_CALL zend_jit_undefined_op_helper, r0
1059110591
|1:
1059210592
}
10593+
| GET_ZVAL_PTR FCARG1a, op1_addr
1059310594
| LOAD_ADDR FCARG2a, Z_STRVAL_P(member)
1059410595
| EXT_CALL zend_jit_invalid_property_read, r0
1059510596
}

0 commit comments

Comments
 (0)