Searched defs:dim (Results 1 – 9 of 9) sorted by relevance
461 static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_r_helper()603 static void ZEND_FASTCALL zend_jit_fetch_dim_is_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_is_helper()745 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper()849 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper()981 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper()1114 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type) in zend_check_string_offset()1180 static zend_string* ZEND_FASTCALL zend_jit_fetch_dim_str_r_helper(zend_string *str, zval *dim) in zend_jit_fetch_dim_str_r_helper()1203 static void ZEND_FASTCALL zend_jit_fetch_dim_str_is_helper(zend_string *str, zval *dim, zval *resul… in zend_jit_fetch_dim_str_is_helper()1256 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()1283 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()[all …]
201 zval *dim; in zend_jit_undefined_long_key() local226 zval *dim; in zend_jit_undefined_string_key() local814 zval *arr, *dim, *val; local
72 unsigned char dim[5]; in php_handle_gif() local94 unsigned char dim[8]; in php_handle_psd() local114 unsigned char dim[16]; in php_handle_bmp() local271 unsigned char dim[9]; in php_handle_png() local1058 unsigned char dim[16]; in php_handle_ico() local
1573 static zend_never_inline void zend_assign_to_object_dim(zend_object *obj, zval *dim, zval *value OP… in zend_assign_to_object_dim()1727 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type EXECUTE_DATA_DC) in zend_check_string_offset()1931 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value OPLINE… in zend_assign_to_string_offset()2490 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) in zend_use_resource_as_offset()2529 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()2597 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()2671 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()2773 …inline void zend_fetch_dimension_address(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address()2907 … void ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_W()2913 …void ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_RW()[all …]
24614 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER() local24766 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER() local24919 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER() local25072 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER() local27605 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER() local27757 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER() local27910 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER() local28063 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER() local29189 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER() local29341 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER() local[all …]
1152 zval *value, *container, *dim; variable1901 zval *container, *dim, *value; variable2411 zval *container, *dim; variable2628 zval *dim; variable10207 zval *container, *dim, *value; variable
11792 zval *container, *dim; in zend_eval_const_expr() local
292 const lxb_css_syntax_token_dimension_t *dim; in lxb_css_syntax_token_serialize() local
1375 zend_long dim = zval_get_long(offset); in zend_ffi_cdata_read_dim() local1433 zend_long dim; in zend_ffi_cdata_write_dim() local
Completed in 348 milliseconds