Home
last modified time | relevance | path

Searched refs:ds_map_slice (Results 1 – 3 of 3) sorted by relevance

/ext-ds/src/ds/
H A Dds_map.h38 ds_map_t *ds_map_slice(ds_map_t *map, zend_long index, zend_long length);
H A Dds_map.c210 ds_map_t *ds_map_slice(ds_map_t *map, zend_long index, zend_long length) in ds_map_slice() function
/ext-ds/src/php/classes/
H A Dphp_map_ce.c255 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 6 milliseconds