Home
last modified time | relevance | path

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

/PHP-5.6/ext/spl/
H A Dspl_heap.c526 char *pnstr; in spl_heap_object_get_debug_info_helper() local
547 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1, &pnlen TSRMLS_CC); in spl_heap_object_get_debug_info_helper()
548 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_heap_object_get_debug_info_helper()
549 efree(pnstr); in spl_heap_object_get_debug_info_helper()
551 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1, &pnlen TSRMLS_CC); in spl_heap_object_get_debug_info_helper()
552 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, intern->heap->flags&SPL_HEAP_CORRUPTED); in spl_heap_object_get_debug_info_helper()
553 efree(pnstr); in spl_heap_object_get_debug_info_helper()
563 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1, &pnlen TSRMLS_CC); in spl_heap_object_get_debug_info_helper()
564 add_assoc_zval_ex(&zrv, pnstr, pnlen+1, heap_array); in spl_heap_object_get_debug_info_helper()
565 efree(pnstr); in spl_heap_object_get_debug_info_helper()
H A Dspl_directory.c594 char *pnstr, *path; in spl_filesystem_object_get_debug_info() local
615 efree(pnstr); in spl_filesystem_object_get_debug_info()
626 efree(pnstr); in spl_filesystem_object_get_debug_info()
634 add_assoc_bool_ex(&zrv, pnstr, pnlen+1, 0); in spl_filesystem_object_get_debug_info()
636 efree(pnstr); in spl_filesystem_object_get_debug_info()
642 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, "", 0, 1); in spl_filesystem_object_get_debug_info()
644 efree(pnstr); in spl_filesystem_object_get_debug_info()
649 efree(pnstr); in spl_filesystem_object_get_debug_info()
653 add_assoc_stringl_ex(&zrv, pnstr, pnlen+1, stmp, 1, 1); in spl_filesystem_object_get_debug_info()
654 efree(pnstr); in spl_filesystem_object_get_debug_info()
[all …]
H A Dspl_dllist.c511 char *pnstr; in spl_dllist_object_get_debug_info() local
531pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1, &pnlen T… in spl_dllist_object_get_debug_info()
532 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_dllist_object_get_debug_info()
533 efree(pnstr); in spl_dllist_object_get_debug_info()
548pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1, &pnlen… in spl_dllist_object_get_debug_info()
549 add_assoc_zval_ex(&zrv, pnstr, pnlen+1, dllist_array); in spl_dllist_object_get_debug_info()
550 efree(pnstr); in spl_dllist_object_get_debug_info()

Completed in 29 milliseconds