Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/
H A Dspl_heap.c515 static inline HashTable* spl_heap_object_get_debug_info(zend_class_entry *ce, zend_object *obj) { /… in spl_heap_object_get_debug_info() function
1067 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplHeap, Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()
1077 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplPriorityQueue, Z_OBJ_P(ZEND_THIS))); in PHP_METHOD()

Completed in 7 milliseconds