Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dmbstring.c3265 zval *entry, entry_tmp; in php_mb_convert_encoding_recursive() local
3293 ZVAL_STRINGL(&entry_tmp, cval, cval_len); in php_mb_convert_encoding_recursive()
3301 ZVAL_COPY(&entry_tmp, entry); in php_mb_convert_encoding_recursive()
3306 ZVAL_ARR(&entry_tmp, chash); in php_mb_convert_encoding_recursive()
3308 ZVAL_EMPTY_ARRAY(&entry_tmp); in php_mb_convert_encoding_recursive()
3323 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
3326 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()

Completed in 14 milliseconds