Home
last modified time | relevance | path

Searched refs:ds_vector_get (Results 1 – 4 of 4) sorted by relevance

/ext-ds/src/php/classes/
H A Dphp_vector_ce.c94 RETURN_ZVAL_COPY(ds_vector_get(THIS_DS_VECTOR(), index)); in METHOD()
278 RETURN_ZVAL_COPY(ds_vector_get(THIS_DS_VECTOR(), index)); in METHOD()
/ext-ds/src/ds/
H A Dds_vector.h75 zval *ds_vector_get(ds_vector_t *vector, zend_long index);
H A Dds_vector.c131 zval *ds_vector_get(ds_vector_t *vector, zend_long index) in ds_vector_get() function
/ext-ds/src/php/handlers/
H A Dphp_vector_handlers.c36 value = ds_vector_get(vector, Z_LVAL_P(offset));

Completed in 15 milliseconds