Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.c391 static int spl_ptr_heap_count(spl_ptr_heap *heap) { /* {{{ */ in spl_ptr_heap_count() function
502 *count = spl_ptr_heap_count(intern->heap); in spl_heap_object_count_elements()
586 count = spl_ptr_heap_count(intern->heap); in PHP_METHOD()
600 RETURN_BOOL(spl_ptr_heap_count(intern->heap) == 0); in PHP_METHOD()

Completed in 8 milliseconds