Home
last modified time | relevance | path

Searched refs:zrv (Results 1 – 3 of 3) 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
538 INIT_PZVAL(&zrv); in spl_heap_object_get_debug_info_helper()
539 Z_ARRVAL(zrv) = intern->debug_info; in spl_heap_object_get_debug_info_helper()
544 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_heap_object_get_debug_info_helper()
548 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, intern->heap->flags&SPL_HEAP_CORRUPTED); 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()
H A Dspl_dllist.c510 zval *tmp, zrv, *dllist_array; in spl_dllist_object_get_debug_info() local
523 INIT_PZVAL(&zrv); in spl_dllist_object_get_debug_info()
524 Z_ARRVAL(zrv) = intern->debug_info; in spl_dllist_object_get_debug_info()
529 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_dllist_object_get_debug_info()
546 add_assoc_zval_ex(&zrv, pnstr, pnlen+1, dllist_array); in spl_dllist_object_get_debug_info()
H A Dspl_directory.c591 zval *tmp, zrv; in spl_filesystem_object_get_debug_info() local
601 INIT_PZVAL(&zrv); in spl_filesystem_object_get_debug_info()
602 Z_ARRVAL(zrv) = rv; in spl_filesystem_object_get_debug_info()
608 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, path, path_len, 1); in spl_filesystem_object_get_debug_info()
618 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, intern->file_name, intern->file_name_len, 1); in spl_filesystem_object_get_debug_info()
626 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, intern->_path, intern->_path_len, 1); in spl_filesystem_object_get_debug_info()
628 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, 0); in spl_filesystem_object_get_debug_info()
634 … add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, intern->u.dir.sub_path, intern->u.dir.sub_path_len, 1); in spl_filesystem_object_get_debug_info()
636 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, "", 0, 1); in spl_filesystem_object_get_debug_info()
647 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, stmp, 1, 1); in spl_filesystem_object_get_debug_info()
[all …]

Completed in 43 milliseconds