Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c2442 zval new_elem; in PHP_FUNCTION() local
2444 array_init(&new_elem); in PHP_FUNCTION()
2446 add_next_index_zval(&new_elem, elem); in PHP_FUNCTION()
2448 elem = zend_hash_str_update(Z_ARRVAL_P(return_value), header_name, header_name_len, &new_elem); in PHP_FUNCTION()

Completed in 16 milliseconds