Searched refs:spl_pqueue_extract_helper (Results 1 – 1 of 1) sorted by relevance
/PHP-8.2/ext/spl/ |
H A D | spl_heap.c | 141 static void spl_pqueue_extract_helper(zval *result, spl_pqueue_elem *elem, int flags) /* {{{ */ in spl_pqueue_extract_helper() function 547 spl_pqueue_extract_helper(&elem, pq_elem, SPL_PQUEUE_EXTR_BOTH); in spl_heap_object_get_debug_info() 736 spl_pqueue_extract_helper(return_value, &elem, intern->flags); in PHP_METHOD() 764 spl_pqueue_extract_helper(return_value, elem, intern->flags); in PHP_METHOD() 954 spl_pqueue_extract_helper(&user_it->value, elem, object->flags); in spl_pqueue_it_get_current_data() 1061 spl_pqueue_extract_helper(return_value, elem, intern->flags); in PHP_METHOD()
|
Completed in 7 milliseconds