Home
last modified time | relevance | path

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

/ext-ds/src/ds/
H A Dds_vector.h101 bool ds_vector_index_exists(ds_vector_t *vector, zend_long index);
H A Dds_vector.c360 bool ds_vector_index_exists(ds_vector_t *vector, zend_long index) in ds_vector_index_exists() function
/ext-ds/src/php/handlers/
H A Dphp_vector_handlers.c105 if (ds_vector_index_exists(vector, index)) { // to avoid OutOfBounds

Completed in 7 milliseconds