@@ -3177,7 +3177,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
3177
3177
}
3178
3178
if (!zend_jit_incdec_obj (& dasm_state , opline , op_array , ssa , ssa_op ,
3179
3179
op1_info , op1_addr ,
3180
- 0 , ce , ce_is_instanceof , 0 , NULL ,
3180
+ 0 , ce , ce_is_instanceof , 0 , NULL , IS_UNKNOWN ,
3181
3181
zend_may_throw (opline , ssa_op , op_array , ssa ))) {
3182
3182
goto jit_failure ;
3183
3183
}
@@ -3224,7 +3224,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
3224
3224
}
3225
3225
if (!zend_jit_assign_obj_op (& dasm_state , opline , op_array , ssa , ssa_op ,
3226
3226
op1_info , op1_addr , OP1_DATA_INFO (), OP1_DATA_RANGE (),
3227
- 0 , ce , ce_is_instanceof , 0 , NULL ,
3227
+ 0 , ce , ce_is_instanceof , 0 , NULL , IS_UNKNOWN ,
3228
3228
zend_may_throw (opline , ssa_op , op_array , ssa ))) {
3229
3229
goto jit_failure ;
3230
3230
}
@@ -3264,7 +3264,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
3264
3264
}
3265
3265
if (!zend_jit_assign_obj (& dasm_state , opline , op_array , ssa , ssa_op ,
3266
3266
op1_info , op1_addr , OP1_DATA_INFO (),
3267
- 0 , ce , ce_is_instanceof , 0 , NULL ,
3267
+ 0 , ce , ce_is_instanceof , 0 , NULL , IS_UNKNOWN ,
3268
3268
zend_may_throw (opline , ssa_op , op_array , ssa ))) {
3269
3269
goto jit_failure ;
3270
3270
}
@@ -3772,6 +3772,7 @@ static int zend_jit(const zend_op_array *op_array, zend_ssa *ssa, const zend_op
3772
3772
}
3773
3773
if (!zend_jit_fetch_obj (& dasm_state , opline , op_array , ssa , ssa_op ,
3774
3774
op1_info , op1_addr , 0 , ce , ce_is_instanceof , 0 , 0 , NULL ,
3775
+ IS_UNKNOWN ,
3775
3776
zend_may_throw (opline , ssa_op , op_array , ssa ))) {
3776
3777
goto jit_failure ;
3777
3778
}
0 commit comments