Skip to content

Commit

Permalink
Fixed IS_INDIRECT handling
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 2, 2020
1 parent fe1052b commit eee9a05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -5081,6 +5081,8 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o
// zend_error(E_NOTICE, "Undefined index: %s", ZSTR_VAL(offset_key));
| UNDEFINED_INDEX opline
| jmp >9
} else {
| jmp &exit_addr
}
break;
case BP_VAR_IS:
Expand Down

0 comments on commit eee9a05

Please sign in to comment.