Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/tests/
H A Didn_bug76829.phpt2 Bug #76829 Incorrect validation of domain on idn_to_utf8() function
10 $unicode = idn_to_utf8($punycode, IDNA_DEFAULT, INTL_IDNA_VARIANT_UTS46);
H A Didn.phpt13 echo urlencode(idn_to_utf8('xn--tst-qla.de'))."\n";
H A Didn_uts46_basic.phpt27 var_dump(idn_to_utf8($asciiNonTrans, 0, INTL_IDNA_VARIANT_UTS46, $info));
/PHP-7.4/ext/intl/idn/
H A Didn.h25 PHP_FUNCTION(idn_to_utf8);
H A Didn.c314 PHP_FUNCTION(idn_to_utf8) in PHP_FUNCTION() argument
/PHP-7.4/ext/intl/
H A Dphp_intl.c739 PHP_FE( idn_to_utf8, arginfo_idn_to_ascii)
/PHP-7.4/
H A DNEWS1502 . Changed default of $variant parameter of idn_to_ascii() and idn_to_utf8().
1838 . Ensure IDNA2003 rules are used with idn_to_ascii() and idn_to_utf8()
2623 . Fixed bug #76829 (Incorrect validation of domain on idn_to_utf8()
H A DUPGRADING79 . The default parameter value of idn_to_ascii() and idn_to_utf8() is now

Completed in 31 milliseconds