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