Skip to content

Commit

Permalink
Fix opline
Browse files Browse the repository at this point in the history
Not sure why did this not fail localy
  • Loading branch information
Girgias committed Jul 18, 2024
1 parent 3a53217 commit 8e5d564
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Zend/zend_execute.c
Original file line number Diff line number Diff line change
Expand Up @@ -2988,6 +2988,7 @@ static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_
static zend_never_inline void zend_fetch_object_dimension_address(zval *result, zend_object *obj, zval *offset, int offset_type, int type EXECUTE_DATA_DC)
{
zval *retval;
const zend_op *opline = execute_data->opline;

GC_ADDREF(obj);
if (ZEND_CONST_COND(offset_type == IS_CV, offset != NULL) && UNEXPECTED(Z_TYPE_P(offset) == IS_UNDEF)) {
Expand Down

0 comments on commit 8e5d564

Please sign in to comment.