Home
last modified time | relevance | path

Searched defs:dim (Results 1 – 7 of 7) sorted by relevance

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_helpers.c454 static void ZEND_FASTCALL zend_jit_fetch_dim_r_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_r_helper()
555 static void ZEND_FASTCALL zend_jit_fetch_dim_is_helper(zend_array *ht, zval *dim, zval *result) in zend_jit_fetch_dim_is_helper()
653 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper()
735 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper()
833 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper()
925 static zend_never_inline zend_long zend_check_string_offset(zval *dim/*, int type*/) in zend_check_string_offset()
990 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()
1010 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()
1060 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()
1087 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 …]
/PHP-8.0/ext/standard/
H A Dimage.c102 unsigned char dim[5]; in php_handle_gif() local
124 unsigned char dim[8]; in php_handle_psd() local
144 unsigned char dim[16]; in php_handle_bmp() local
301 unsigned char dim[9]; in php_handle_png() local
1074 unsigned char dim[16]; in php_handle_ico() local
/PHP-8.0/Zend/
H A Dzend_execute.c1267 static zend_never_inline void zend_assign_to_object_dim(zend_object *obj, zval *dim, zval *value OP… in zend_assign_to_object_dim()
1366 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type EXECUTE_DATA_DC) in zend_check_string_offset()
1529 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value OPLINE… in zend_assign_to_string_offset()
2072 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) in zend_use_resource_as_offset()
2096 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2137 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
2265 …inline void zend_fetch_dimension_address(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address()
2385 … void ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_W()
2391 …void ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_RW()
2548 …void ZEND_FASTCALL zend_fetch_dimension_address_read_R(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_R()
[all …]
H A Dzend_vm_execute.h23256 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER() local
23393 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER() local
23531 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER() local
23669 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER() local
25876 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER() local
26013 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER() local
26151 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER() local
26289 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER() local
27352 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER() local
27489 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER() local
[all …]
H A Dzend_vm_def.h1152 zval *value, *container, *dim; variable
1885 zval *container, *dim, *value; variable
2337 zval *container, *dim; variable
2528 zval *dim; variable
9561 zval *container, *dim, *value; variable
H A Dzend_compile.c9858 zval *container, *dim; in zend_eval_const_expr() local
/PHP-8.0/ext/ffi/
H A Dffi.c1303 zend_long dim = zval_get_long(offset); in zend_ffi_cdata_read_dim() local
1361 zend_long dim; in zend_ffi_cdata_write_dim() local

Completed in 195 milliseconds