Home
last modified time | relevance | path

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

/PHP-8.2/ext/spl/
H A Dspl_heap.c519 zval tmp, heap_array; in spl_heap_object_get_debug_info() local
541 array_init(&heap_array); in spl_heap_object_get_debug_info()
548 add_index_zval(&heap_array, i, &elem); in spl_heap_object_get_debug_info()
551 add_index_zval(&heap_array, i, elem); in spl_heap_object_get_debug_info()
557 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()

Completed in 10 milliseconds