Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/
H A Dspl_heap.c42 #define SPL_PQUEUE_EXTR_PRIORITY 0x00000002 macro
194 zval *a_priority_p = spl_pqueue_extract_helper(a, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
195 zval *b_priority_p = spl_pqueue_extract_helper(b, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp()
1243 REGISTER_SPL_CLASS_CONST_LONG(SplPriorityQueue, "EXTR_PRIORITY", SPL_PQUEUE_EXTR_PRIORITY); in PHP_MINIT_FUNCTION()

Completed in 7 milliseconds