Searched refs:new_ht (Results 1 – 3 of 3) sorted by relevance
/PHP-7.4/Zend/ |
H A D | zend_hash.c | 2752 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_symtable_to_proptable() local 2770 zend_hash_update(new_ht, str_key, zv); in zend_symtable_to_proptable() 2773 return new_ht; in zend_symtable_to_proptable() 2810 HashTable *new_ht = zend_new_array(zend_hash_num_elements(ht)); in zend_proptable_to_symtable() local 2826 zend_hash_index_update(new_ht, num_key, zv); in zend_proptable_to_symtable() 2828 zend_hash_update(new_ht, str_key, zv); in zend_proptable_to_symtable() 2832 return new_ht; in zend_proptable_to_symtable()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_bp.c | 363 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex() local 364 zend_hash_init(&new_ht, 8, NULL, phpdbg_file_breaks_dtor, 0); in phpdbg_resolve_pending_file_break_ex() 365 …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()
|
/PHP-7.4/ext/spl/ |
H A D | spl_array.c | 1466 HashTable *new_ht = Z_ARRVAL_P(Z_REFVAL(params[0])); in spl_array_method() local 1467 if (aht != new_ht) { in spl_array_method() 1468 spl_array_replace_hash_table(intern, new_ht); in spl_array_method()
|
Completed in 27 milliseconds