Searched refs:pnstr (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/ext/spl/ |
H A D | spl_heap.c | 483 zend_string *pnstr; in spl_heap_object_get_debug_info_helper() local 497 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info_helper() 499 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper() 500 zend_string_release(pnstr); in spl_heap_object_get_debug_info_helper() 502 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info_helper() 504 zend_hash_update(debug_info, pnstr, &tmp); in spl_heap_object_get_debug_info_helper() 505 zend_string_release(pnstr); in spl_heap_object_get_debug_info_helper() 516 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info_helper() 517 zend_hash_update(debug_info, pnstr, &heap_array); in spl_heap_object_get_debug_info_helper() 518 zend_string_release(pnstr); in spl_heap_object_get_debug_info_helper()
|
H A D | spl_directory.c | 606 zend_string *pnstr; in spl_filesystem_object_get_debug_info() local 622 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 623 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() 634 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 635 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() 645 zend_symtable_update(rv, pnstr, &tmp); in spl_filesystem_object_get_debug_info() 646 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() 655 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() 661 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() 667 zend_string_release(pnstr); in spl_filesystem_object_get_debug_info() [all …]
|
H A D | spl_dllist.c | 500 zend_string *pnstr; in spl_dllist_object_get_debug_info() local 513 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "flags", sizeof("flags")-1); in spl_dllist_object_get_debug_info() 515 zend_hash_add(debug_info, pnstr, &tmp); in spl_dllist_object_get_debug_info() 516 zend_string_release(pnstr); in spl_dllist_object_get_debug_info() 532 pnstr = spl_gen_private_prop_name(spl_ce_SplDoublyLinkedList, "dllist", sizeof("dllist")-1); in spl_dllist_object_get_debug_info() 533 zend_hash_add(debug_info, pnstr, &dllist_array); in spl_dllist_object_get_debug_info() 534 zend_string_release(pnstr); in spl_dllist_object_get_debug_info()
|
Completed in 26 milliseconds