Lines Matching defs:result

377 static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zval *dim, zval *result)  in zend_jit_fetch_dim_r_helper()
519 static void ZEND_FASTCALL zend_jit_fetch_dim_is_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_is_helper()
1112 …atic void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *str, zval *dim, zval *result) in zend_jit_fetch_dim_str_is_helper()
1163 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_r_helper(zval *container, zval *dim, zval *result) in zend_jit_fetch_dim_obj_r_helper()
1190 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_is_helper(zval *container, zval *dim, zval *result) in zend_jit_fetch_dim_obj_is_helper()
1217 …end_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval *result) in zend_assign_to_string_offset()
1368 …id ZEND_FASTCALL zend_jit_fetch_dim_obj_helper(zval *object_ptr, zval *dim, zval *result, int type) in zend_jit_fetch_dim_obj_helper()
1460 static void ZEND_FASTCALL zend_jit_fetch_dim_obj_w_helper(zval *object_ptr, zval *dim, zval *result) in zend_jit_fetch_dim_obj_w_helper()
1465 …atic void ZEND_FASTCALL zend_jit_fetch_dim_obj_rw_helper(zval *object_ptr, zval *dim, zval *result) in zend_jit_fetch_dim_obj_rw_helper()
1475 …id ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim, zval *value, zval *result) in zend_jit_assign_dim_helper()
1664 static void ZEND_FASTCALL zend_jit_fast_concat_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_helper()
1685 static void ZEND_FASTCALL zend_jit_fast_concat_tmp_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_tmp_helper()
1839 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_slow() local
1857 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_dynamic() local
1897 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_slow() local
1915 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_dynamic() local
1997 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
2047 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_w_slow() local
2098 zval *result = EX_VAR(opline->result.var); in zend_jit_check_array_promotion() local
2117 …tic void ZEND_FASTCALL zend_jit_create_typed_ref(zval *val, zend_property_info *prop, zval *result) in zend_jit_create_typed_ref()
2482 …sign_obj_helper(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, zval *result) in zend_jit_assign_obj_helper()
2498 …d_jit_assign_to_typed_prop(zval *property_val, zend_property_info *info, zval *value, zval *result) in zend_jit_assign_to_typed_prop()
2717 …ND_FASTCALL zend_jit_pre_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_pre_inc_typed_prop()
2724 …ND_FASTCALL zend_jit_pre_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_pre_dec_typed_prop()
2731 …D_FASTCALL zend_jit_post_inc_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_post_inc_typed_prop()
2762 …D_FASTCALL zend_jit_post_dec_typed_prop(zval *var_ptr, zend_property_info *prop_info, zval *result) in zend_jit_post_dec_typed_prop()
2793 … zend_jit_pre_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_inc_obj_helper()
2863 … zend_jit_pre_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_dec_obj_helper()
2933 …zend_jit_post_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_inc_obj_helper()
2994 …zend_jit_post_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_dec_obj_helper()
3081 zend_result result = zend_ast_evaluate(&tmp, ast, scope); in zval_jit_update_constant_ex() local