Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/spl/
H A Dspl_heap.c498 static int spl_heap_object_count_elements(zval *object, long *count TSRMLS_DC) /* {{{ */ in spl_heap_object_count_elements() function
1220 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 8 milliseconds