Searched refs:heap_array (Results 1 – 1 of 1) sorted by relevance
524 zval *tmp, zrv, *heap_array; in spl_heap_object_get_debug_info_helper() local554 ALLOC_INIT_ZVAL(heap_array); in spl_heap_object_get_debug_info_helper()555 array_init(heap_array); in spl_heap_object_get_debug_info_helper()558 add_index_zval(heap_array, i, (zval *)intern->heap->elements[i]); in spl_heap_object_get_debug_info_helper()563 add_assoc_zval_ex(&zrv, pnstr, pnlen+1, heap_array); in spl_heap_object_get_debug_info_helper()
Completed in 8 milliseconds