Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c194 zval *a_priority_p = spl_pqueue_extract_helper(a, SPL_PQUEUE_EXTR_PRIORITY); in spl_ptr_pqueue_zval_cmp() local
197 if ((!a_priority_p) || (!b_priority_p)) { in spl_ptr_pqueue_zval_cmp()
210 …if (spl_ptr_heap_cmp_cb_helper((zval *)object, heap_object, a_priority_p, b_priority_p, &lval) == … in spl_ptr_pqueue_zval_cmp()
218 compare_function(&result, a_priority_p, b_priority_p); in spl_ptr_pqueue_zval_cmp()

Completed in 8 milliseconds