Home
last modified time | relevance | path

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

/PHP-8.3/ext/spl/
H A Dspl_heap.h24 #define SPL_PQUEUE_EXTR_BOTH 0x00000003 macro
H A Dspl_heap_arginfo.h173 ZVAL_LONG(&const_EXTR_BOTH_value, SPL_PQUEUE_EXTR_BOTH); in register_class_SplPriorityQueue()
H A Dspl_heap.c142 if ((flags & SPL_PQUEUE_EXTR_BOTH) == SPL_PQUEUE_EXTR_BOTH) { in spl_pqueue_extract_helper()
538 spl_pqueue_extract_helper(&elem, pq_elem, SPL_PQUEUE_EXTR_BOTH); in spl_heap_object_get_debug_info()

Completed in 16 milliseconds