Home
last modified time | relevance | path

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

/PHP-8.2/ext/iconv/
H A Diconv.c2064 zend_string *encoded_str; in PHP_FUNCTION() local
2074 &encoded_str, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2086 …err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL,… in PHP_FUNCTION()
2101 zend_string *encoded_str; in PHP_FUNCTION() local
2111 &encoded_str, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2125 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()
2126 enc_str_len_tmp = ZSTR_LEN(encoded_str); in PHP_FUNCTION()

Completed in 10 milliseconds