Home
last modified time | relevance | path

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

/ext-ds/src/php/classes/
H A Dphp_set_ce.c76 RETURN_DS_SET(ds_set_diff(THIS_DS_SET(), Z_DS_SET_P(obj))); in METHOD()
82 RETURN_DS_SET(ds_set_intersect(THIS_DS_SET(), Z_DS_SET_P(obj))); in METHOD()
88 RETURN_DS_SET(ds_set_xor(THIS_DS_SET(), Z_DS_SET_P(obj))); in METHOD()
106 RETURN_DS_SET(ds_set_map(THIS_DS_SET(), FCI_ARGS)); in METHOD()
112 RETURN_DS_SET(ds_set_merge(THIS_DS_SET(), values)); in METHOD()
118 RETURN_DS_SET(ds_set_union(THIS_DS_SET(), Z_DS_SET_P(obj))); in METHOD()
159 RETURN_DS_SET(ds_set_sorted_callback(THIS_DS_SET())); in METHOD()
161 RETURN_DS_SET(ds_set_sorted(THIS_DS_SET())); in METHOD()
190 RETURN_DS_SET(ds_set_slice(set, index, DS_SET_SIZE(set))); in METHOD()
200 RETURN_DS_SET(ds_set_filter(THIS_DS_SET())); in METHOD()
[all …]
H A Dphp_map_ce.c145 RETURN_DS_SET(ds_set_ex(ds_htable_clone(THIS_DS_MAP()->table))); in METHOD()
/ext-ds/src/php/objects/
H A Dphp_set.h21 #define RETURN_DS_SET(s) \ macro

Completed in 11 milliseconds