Home
last modified time | relevance | path

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

/ext-ds/src/php/classes/
H A Dphp_vector_ce.c73 RETURN_DS_VECTOR(ds_vector_filter_callback(THIS_DS_VECTOR(), FCI_ARGS)); in METHOD()
75 RETURN_DS_VECTOR(ds_vector_filter(THIS_DS_VECTOR())); in METHOD()
134 RETURN_DS_VECTOR(ds_vector_map(THIS_DS_VECTOR(), FCI_ARGS)); in METHOD()
140 RETURN_DS_VECTOR(ds_vector_merge(THIS_DS_VECTOR(), values)); in METHOD()
182 RETURN_DS_VECTOR(ds_vector_reversed(THIS_DS_VECTOR())); in METHOD()
213 RETURN_DS_VECTOR(ds_vector_slice(vector, index, Z_LVAL_P(length))); in METHOD()
216 RETURN_DS_VECTOR(ds_vector_slice(vector, index, vector->size)); in METHOD()
243 RETURN_DS_VECTOR(vector); in METHOD()
H A Dphp_map_ce.c164 RETURN_DS_VECTOR( in METHOD()
278 RETURN_DS_VECTOR( in METHOD()
/ext-ds/src/php/objects/
H A Dphp_vector.h21 #define RETURN_DS_VECTOR(v) \ macro

Completed in 8 milliseconds