Searched refs:utf8_decode (Results 1 – 7 of 7) sorted by relevance
2 Bug #43957 (utf8_decode() bogus conversion on multibyte indicator near end of string)5 echo utf8_decode('abc'.chr(0xe0));
6 var_dump(utf8_decode($str));7 var_dump(utf8_decode(htmlspecialchars($str, ENT_COMPAT, "UTF-8")));
2 Bug #49687 Several utf8_decode deficiencies and vulnerabilities12 echo bin2hex(utf8_decode($t)), "\n";
6 printf("%s <- %s\n", urlencode(utf8_decode(urldecode("%C3%A6"))), "%C3%A6");
690 function utf8_decode(string $string): string {} function
2515 ZEND_FUNCTION(utf8_decode);3152 ZEND_FE(utf8_decode, arginfo_utf8_decode)
5986 PHP_FUNCTION(utf8_decode) argument
Completed in 44 milliseconds