Home
last modified time | relevance | path

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

/PHP-8.1/ext/spl/
H A Dspl_heap.c518 zend_string *pnstr; in spl_heap_object_get_debug_info() local
529 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info()
531 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
532 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
534 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info()
536 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info()
537 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
554 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info()
555 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info()
556 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
H A Dspl_directory.c615 zend_string *pnstr; in spl_filesystem_object_get_debug_info() local
632 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
633 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
646 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
647 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
657 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info()
658 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
667 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
673 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
679 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info()
[all …]
H A Dspl_dllist.c438 zend_string *pnstr; in spl_dllist_object_get_debug_info() local
449 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1); in spl_dllist_object_get_debug_info()
451 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info()
452 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()
468 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1); in spl_dllist_object_get_debug_info()
469 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info()
470 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()

Completed in 21 milliseconds