Home
last modified time | relevance | path

Searched refs:new_ht (Results 1 – 2 of 2) sorted by relevance

/PHP-8.3/Zend/
H A Dzend_hash.c3329 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_symtable_to_proptable() local
3347 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable()
3350 return new_ht; in zend_symtable_to_proptable()
3389 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_proptable_to_symtable() local
3405 zend_hash_index_update(new_ht, num_key, zv); in zend_proptable_to_symtable()
3407 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable()
3411 return new_ht; in zend_proptable_to_symtable()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_bp.c360 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 22 milliseconds