@@ -13125,7 +13125,7 @@ static int zend_jit_ffi_fetch_dim(zend_jit_ctx *jit,
13125
13125
13126
13126
if (opline->opcode == ZEND_FETCH_DIM_W || opline->opcode == ZEND_FETCH_DIM_RW) {
13127
13127
jit_set_Z_PTR(jit, res_addr,
13128
- ir_CALL_2(IR_ADDR, ir_CONST_FC_FUNC (zend_ffi_cdata_create),
13128
+ ir_CALL_2(IR_ADDR, ir_CONST_FUNC (zend_ffi_cdata_create),
13129
13129
ptr, ir_CONST_ADDR(el_type)));
13130
13130
jit_set_Z_TYPE_INFO(jit, res_addr, IS_OBJECT_EX);
13131
13131
} else {
@@ -15015,7 +15015,7 @@ static int zend_jit_ffi_fetch_obj(zend_jit_ctx *jit,
15015
15015
15016
15016
if (opline->opcode == ZEND_FETCH_OBJ_W) {
15017
15017
jit_set_Z_PTR(jit, res_addr,
15018
- ir_CALL_2(IR_ADDR, ir_CONST_FC_FUNC (zend_ffi_cdata_create),
15018
+ ir_CALL_2(IR_ADDR, ir_CONST_FUNC (zend_ffi_cdata_create),
15019
15019
ptr, ir_CONST_ADDR(field_type)));
15020
15020
jit_set_Z_TYPE_INFO(jit, res_addr, IS_OBJECT_EX);
15021
15021
} else {
@@ -15063,7 +15063,7 @@ static int zend_jit_ffi_fetch_sym(zend_jit_ctx *jit,
15063
15063
15064
15064
if (opline->opcode == ZEND_FETCH_OBJ_W) {
15065
15065
jit_set_Z_PTR(jit, res_addr,
15066
- ir_CALL_2(IR_ADDR, ir_CONST_FC_FUNC (zend_ffi_cdata_create),
15066
+ ir_CALL_2(IR_ADDR, ir_CONST_FUNC (zend_ffi_cdata_create),
15067
15067
ptr, ir_CONST_ADDR(sym_type)));
15068
15068
jit_set_Z_TYPE_INFO(jit, res_addr, IS_OBJECT_EX);
15069
15069
} else {
0 commit comments