Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_heap.c346 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1076 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() function
1208 spl_ce_SplHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()
1213 spl_ce_SplMaxHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()
1214 spl_ce_SplMinHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()

Completed in 8 milliseconds