Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c40 #define SPL_PQUEUE_EXTR_BOTH 0x00000003 macro
124 if ((flags & SPL_PQUEUE_EXTR_BOTH) == SPL_PQUEUE_EXTR_BOTH) { in spl_pqueue_extract_helper()
126 } else if ((flags & SPL_PQUEUE_EXTR_BOTH) > 0) { in spl_pqueue_extract_helper()
1240 REGISTER_SPL_CLASS_CONST_LONG(SplPriorityQueue, "EXTR_BOTH", SPL_PQUEUE_EXTR_BOTH); in PHP_MINIT_FUNCTION()

Completed in 145 milliseconds