Home
last modified time | relevance | path

Searched refs:php_ds_queue_create_object_ex (Results 1 – 2 of 2) sorted by relevance

/ext-ds/src/php/objects/
H A Dphp_queue.h20 ZVAL_OBJ(z, php_ds_queue_create_object_ex(queue))
33 zend_object *php_ds_queue_create_object_ex(ds_queue_t *queue);
H A Dphp_queue.c7 zend_object *php_ds_queue_create_object_ex(ds_queue_t *queue) in php_ds_queue_create_object_ex() function
23 return php_ds_queue_create_object_ex(ds_queue()); in php_ds_queue_create_object()
28 return php_ds_queue_create_object_ex(ds_queue_clone(queue)); in php_ds_queue_create_clone()

Completed in 7 milliseconds