Lines Matching defs:dim

1282 static zend_never_inline void zend_assign_to_object_dim(zval *object, zval *dim, zval *value OPLINE…  in zend_assign_to_object_dim()
1391 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type EXECUTE_DATA_DC) in zend_check_string_offset()
1558 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value OPLINE… in zend_assign_to_string_offset()
2061 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) in zend_use_resource_as_offset()
2085 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2126 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
2254 …inline void zend_fetch_dimension_address(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address()
2369 … void ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_W()
2375 …void ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_RW()
2381 …d ZEND_FASTCALL zend_fetch_dimension_address_UNSET(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_UNSET()
2387 …e void zend_fetch_dimension_address_read(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address_read()
2495 …void ZEND_FASTCALL zend_fetch_dimension_address_read_R(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_R()
2507 …oid ZEND_FASTCALL zend_fetch_dimension_address_read_IS(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_IS()
2513 …void ZEND_FASTCALL zend_fetch_dimension_address_LIST_r(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_LIST_r()
2519 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type) in zend_fetch_dimension_const()