Searched refs:ds_vector_index_exists (Results 1 – 3 of 3) sorted by relevance
101 bool ds_vector_index_exists(ds_vector_t *vector, zend_long index);
360 bool ds_vector_index_exists(ds_vector_t *vector, zend_long index) in ds_vector_index_exists() function
105 if (ds_vector_index_exists(vector, index)) { // to avoid OutOfBounds
Completed in 7 milliseconds