Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_heap.c350 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
1084 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() function
1216 spl_ce_SplHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()
1221 spl_ce_SplMaxHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()
1222 spl_ce_SplMinHeap->get_iterator = spl_heap_get_iterator; in PHP_MINIT_FUNCTION()

Completed in 9 milliseconds