Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_heap.c508 static inline HashTable* spl_heap_object_get_debug_info(zend_class_entry *ce, zend_object *obj) { /… in spl_heap_object_get_debug_info() function
1058 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplHeap, Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
1068 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplPriorityQueue, Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()

Completed in 7 milliseconds