Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c510 zval tmp, heap_array; in spl_heap_object_get_debug_info() local
532 array_init(&heap_array); in spl_heap_object_get_debug_info()
539 add_index_zval(&heap_array, i, &elem); in spl_heap_object_get_debug_info()
542 add_index_zval(&heap_array, i, elem); in spl_heap_object_get_debug_info()
548 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()

Completed in 13 milliseconds