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()
1115 …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()
1166 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()
1193 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()
1220 …end_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value, zval *result) in zend_assign_to_string_offset()
1371 …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()
1463 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()
1468 …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()
1478 …id ZEND_FASTCALL zend_jit_assign_dim_helper(zval *object_ptr, zval *dim, zval *value, zval *result) in zend_jit_assign_dim_helper()
1669 static void ZEND_FASTCALL zend_jit_fast_concat_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_helper()
1690 static void ZEND_FASTCALL zend_jit_fast_concat_tmp_helper(zval *result, zval *op1, zval *op2) in zend_jit_fast_concat_tmp_helper()
1849 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_slow() local
1867 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_r_dynamic() local
1905 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_slow() local
1923 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_is_dynamic() local
2003 zval *result, zval *ptr, zend_object *obj, zend_property_info *prop_info, uint32_t flags) in zend_handle_fetch_obj_flags()
2053 zval *result = EX_VAR(opline->result.var); in zend_jit_fetch_obj_w_slow() local
2104 zval *result = EX_VAR(opline->result.var); in zend_jit_check_array_promotion() local
2123 …tic void ZEND_FASTCALL zend_jit_create_typed_ref(zval *val, zend_property_info *prop, zval *result) in zend_jit_create_typed_ref()
2488 …sign_obj_helper(zend_object *zobj, zend_string *name, zval *value, void **cache_slot, zval *result) in zend_jit_assign_obj_helper()
2504 …d_jit_assign_to_typed_prop(zval *property_val, zend_property_info *info, zval *value, zval *result) in zend_jit_assign_to_typed_prop()
2723 …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()
2730 …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()
2737 …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()
2768 …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()
2799 … zend_jit_pre_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_inc_obj_helper()
2869 … zend_jit_pre_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_pre_dec_obj_helper()
2939 …zend_jit_post_inc_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_inc_obj_helper()
3000 …zend_jit_post_dec_obj_helper(zend_object *zobj, zend_string *name, void **cache_slot, zval *result) in zend_jit_post_dec_obj_helper()
3087 zend_result result = zend_ast_evaluate(&tmp, ast, scope); in zval_jit_update_constant_ex() local