Home
last modified time | relevance | path

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

/PHP-5.3/ext/spl/
H A Dspl_heap.c525 zval *tmp, zrv, *heap_array; in spl_heap_object_get_debug_info_helper() local
551 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 8 milliseconds