Searched refs:spl_heap_object_count_elements (Results 1 – 2 of 2) sorted by relevance
2 SPL: SplHeap, Test spl_heap_object_count_elements (spl_heap.c:490) for returning count() failure fo…
497 static int spl_heap_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_heap_object_count_elements() function1220 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()1238 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
Completed in 9 milliseconds