Searched refs:pnstr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/spl/ |
H A D | spl_heap.c | 524 zend_string *pnstr; in spl_heap_object_get_debug_info() local 535 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info() 537 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info() 538 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info() 540 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info() 542 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info() 543 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info() 560 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info() 561 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info() 562 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
|
H A D | spl_directory.c | 620 zend_string *pnstr; in spl_filesystem_object_get_debug_info() local 637 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 638 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 652 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 666 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 667 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 675 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 676 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 682 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 688 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() [all …]
|
H A D | spl_dllist.c | 435 zend_string *pnstr; in spl_dllist_object_get_debug_info() local 446 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1); in spl_dllist_object_get_debug_info() 448 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info() 449 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info() 465 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1); in spl_dllist_object_get_debug_info() 466 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info() 467 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()
|
Completed in 19 milliseconds