Home
last modified time | relevance | path

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

/PHP-7.3/ext/spl/
H A Dspl_heap.c478 zval tmp, heap_array; in spl_heap_object_get_debug_info_helper() local
502 array_init(&heap_array); in spl_heap_object_get_debug_info_helper()
505 add_index_zval(&heap_array, i, &intern->heap->elements[i]); in spl_heap_object_get_debug_info_helper()
512 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info_helper()

Completed in 10 milliseconds