Home
last modified time | relevance | path

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

/PHP-7.2/ext/spl/tests/
H A Dspl_heap_count_basic.phpt2 SPL: SplHeap, Test spl_heap_object_count_elements (spl_heap.c:490) for returning count() failure fo…
/PHP-7.2/ext/spl/
H A Dspl_heap.c458 static int spl_heap_object_count_elements(zval *object, zend_long *count) /* {{{ */ in spl_heap_object_count_elements() function
1209 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1231 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()

Completed in 11 milliseconds