Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c2335 zend_string *encoded_str; in PHP_FUNCTION() local
2345 &encoded_str, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2355 …err = _php_iconv_mime_decode(&retval, ZSTR_VAL(encoded_str), ZSTR_LEN(encoded_str), charset, NULL,… in PHP_FUNCTION()
2375 zend_string *encoded_str; in PHP_FUNCTION() local
2385 &encoded_str, &mode, &charset, &charset_len) == FAILURE) { in PHP_FUNCTION()
2397 enc_str_tmp = ZSTR_VAL(encoded_str); in PHP_FUNCTION()
2398 enc_str_len_tmp = ZSTR_LEN(encoded_str); in PHP_FUNCTION()

Completed in 13 milliseconds