Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dbug43957.phpt2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)
5 echo utf8_decode('abc'.chr(0xe0));
H A Dbug20934.phpt6 var_dump(utf8_decode($str));
7 var_dump(utf8_decode(htmlspecialchars($str, ENT_COMPAT, "UTF-8")));
H A Dbug49687.phpt2 Bug #49687 Several utf8_decode deficiencies and vulnerabilities
12 echo bin2hex(utf8_decode($t)), "\n";
H A Dutf8.phpt6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
/PHP-7.4/ext/xmlrpc/libxmlrpc/
H A Dencodings.h44 char* utf8_decode(const char *s, int len, int *newlen, ENCODING_ID encoding);
H A Dencodings.c107 char* utf8_decode(const char *s, int len, int *newlen, const char* encoding) in utf8_decode() function
H A Dxml_element.c638 char* add_text = utf8_decode(s, len, &new_len, mydata->input_options->encoding); in _xmlrpc_charHandler()
/PHP-7.4/ext/standard/
H A Dphp_string.h93 PHP_FUNCTION(utf8_decode);
H A Dbasic_functions.c2803 PHP_FE(utf8_decode, arginfo_utf8_decode)
H A Dstring.c6443 PHP_FUNCTION(utf8_decode) argument
/PHP-7.4/ext/dom/tests/
H A Dbug76738.phpt31 $content = utf8_decode($content);

Completed in 50 milliseconds