Searched refs:php_ds_deque_create_clone (Results 1 – 4 of 4) sorted by relevance
46 zend_object *php_ds_deque_create_clone(ds_deque_t *deque);
25 zend_object *php_ds_deque_create_clone(ds_deque_t *deque) in php_ds_deque_create_clone() function
146 return php_ds_deque_create_clone(php_ds_deque_fetch_object(obj)->deque);149 return php_ds_deque_create_clone(Z_DS_DEQUE_P(obj));
255 RETURN_OBJ(php_ds_deque_create_clone(THIS_DS_DEQUE())); in METHOD()
Completed in 7 milliseconds