Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_heap.c511 zend_string *pnstr; in spl_heap_object_get_debug_info() local
522 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info()
524 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
525 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
527 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info()
529 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
530 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
547 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info()
548 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()
549 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
H A Dspl_directory.c607 zend_string *pnstr; in spl_filesystem_object_get_debug_info() local
621 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
622 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
633 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
634 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
644 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
645 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
654 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
660 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
666 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
[all …]
H A Dspl_dllist.c500 zend_string *pnstr; in spl_dllist_object_get_debug_info() local
511 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1); in spl_dllist_object_get_debug_info()
513 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
514 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()
530 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1); in spl_dllist_object_get_debug_info()
531 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
532 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()

Completed in 23 milliseconds