Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/
H A Dmbstring.c3274 zval *entry, entry_tmp; in php_mb_convert_encoding_recursive() local
3301 ZVAL_STRINGL(&entry_tmp, cval, cval_len); in php_mb_convert_encoding_recursive()
3309 ZVAL_COPY(&entry_tmp, entry); in php_mb_convert_encoding_recursive()
3317 ZVAL_ARR(&entry_tmp, chash); in php_mb_convert_encoding_recursive()
3328 zend_hash_add(output, key, &entry_tmp); in php_mb_convert_encoding_recursive()
3331 zend_hash_index_add(output, idx, &entry_tmp); in php_mb_convert_encoding_recursive()

Completed in 14 milliseconds