Home
last modified time | relevance | path

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

/PHP-8.3/ext/mbstring/
H A Dmbstring.c2684 zval *entry, entry_tmp; in php_mb_convert_encoding_recursive() local
2718 ZVAL_STR(&entry_tmp, converted_key); in php_mb_convert_encoding_recursive()
2726 ZVAL_COPY(&entry_tmp, entry); in php_mb_convert_encoding_recursive()
2732 ZVAL_ARR(&entry_tmp, chash); in php_mb_convert_encoding_recursive()
2734 ZVAL_EMPTY_ARRAY(&entry_tmp); in php_mb_convert_encoding_recursive()
2749 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
2752 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()

Completed in 31 milliseconds