Searched refs:pnstr (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/spl/ |
H A D | spl_heap.c | 494 zend_string *pnstr; in spl_heap_object_get_debug_info() local 505 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info() 507 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info() 508 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info() 510 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info() 512 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info() 513 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info() 530 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info() 531 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info() 532 zend_string_release_ex(pnstr, 0); in spl_heap_object_get_debug_info()
|
H A D | spl_directory.c | 610 zend_string *pnstr; in spl_filesystem_object_get_debug_info() local 624 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 625 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 636 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 637 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 647 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 648 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 657 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 663 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() 669 zend_string_release_ex(pnstr, 0); in spl_filesystem_object_get_debug_info() [all …]
|
H A D | spl_dllist.c | 487 zend_string *pnstr; in spl_dllist_object_get_debug_info() local 498 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1); in spl_dllist_object_get_debug_info() 500 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info() 501 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info() 517 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1); in spl_dllist_object_get_debug_info() 518 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info() 519 zend_string_release_ex(pnstr, 0); in spl_dllist_object_get_debug_info()
|
Completed in 37 milliseconds