Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_hash.c3323 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_symtable_to_proptable() local
3341 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable()
3344 return new_ht; in zend_symtable_to_proptable()
3383 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_proptable_to_symtable() local
3399 zend_hash_index_update(new_ht, num_key, zv); in zend_proptable_to_symtable()
3401 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable()
3405 return new_ht; in zend_proptable_to_symtable()
/php-src/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 18 milliseconds