Searched refs:new_ht (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/Zend/ |
H A D | zend_hash.c | 2830 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_symtable_to_proptable() local 2848 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable() 2851 return new_ht; in zend_symtable_to_proptable() 2888 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_proptable_to_symtable() local 2904 zend_hash_index_update(new_ht, num_key, zv); in zend_proptable_to_symtable() 2906 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable() 2910 return new_ht; in zend_proptable_to_symtable()
|
/PHP-8.1/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 360 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex() local 361 zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_resolve_pending_file_break_ex() 362 …master = zend_hash_str_add_mem(&PHPDBG_G(bp)[PHPDBG_BREAK_FILE], file, filelen, &new_ht, sizeof(Ha… in phpdbg_resolve_pending_file_break_ex()
|
Completed in 20 milliseconds