Searched refs:php_ds_queue_create_object_ex (Results 1 – 2 of 2) sorted by relevance
20 ZVAL_OBJ(z, php_ds_queue_create_object_ex(queue))33 zend_object *php_ds_queue_create_object_ex(ds_queue_t *queue);
7 zend_object *php_ds_queue_create_object_ex(ds_queue_t *queue) in php_ds_queue_create_object_ex() function23 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