Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c508 static inline HashTable* spl_heap_object_get_debug_info(zend_class_entry *ce, zval *obj) { /* {{{ */ in spl_heap_object_get_debug_info() function
1065 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplHeap, getThis())); in SPL_METHOD()
1075 RETURN_ARR(spl_heap_object_get_debug_info(spl_ce_SplPriorityQueue, getThis())); in SPL_METHOD()

Completed in 10 milliseconds