Searched refs:ds_map_slice (Results 1 – 3 of 3) sorted by relevance
38 ds_map_t *ds_map_slice(ds_map_t *map, zend_long index, zend_long length);
210 ds_map_t *ds_map_slice(ds_map_t *map, zend_long index, zend_long length) in ds_map_slice() function
255 RETURN_DS_MAP(ds_map_slice(map, index, Z_LVAL_P(length))); in METHOD()258 RETURN_DS_MAP(ds_map_slice(map, index, DS_MAP_SIZE(map))); in METHOD()
Completed in 5 milliseconds