Searched refs:idn_to_utf8 (Results 1 – 6 of 6) sorted by relevance
2 Bug #76829 Incorrect validation of domain on idn_to_utf8() function10 $unicode = idn_to_utf8($punycode, IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46);
13 echo urlencode(idn_to_utf8('xn--tst-qla.de'))."\n";
27 var_dump(idn_to_utf8($asciiNonTrans, 0, INTL_IDNA_VARIANT_UTS46, $info));
165 PHP_FUNCTION(idn_to_utf8) in PHP_FUNCTION() argument
901 ZEND_FUNCTION(idn_to_utf8);1091 ZEND_FE(idn_to_utf8, arginfo_idn_to_utf8)
455 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT… function
Completed in 14 milliseconds