Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dmbstring.c2726 zval *entry, entry_tmp; in php_mb_convert_encoding_recursive() local
2760 ZVAL_STR(&entry_tmp, converted_key); in php_mb_convert_encoding_recursive()
2768 ZVAL_COPY(&entry_tmp, entry); in php_mb_convert_encoding_recursive()
2774 ZVAL_ARR(&entry_tmp, chash); in php_mb_convert_encoding_recursive()
2776 ZVAL_EMPTY_ARRAY(&entry_tmp); in php_mb_convert_encoding_recursive()
2791 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
2794 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()

Completed in 68 milliseconds