Home
last modified time | relevance | path

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

/php-src/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.phpt28 var_dump(idn_to_utf8($asciiNonTrans, 0, INTL_IDNA_VARIANT_UTS46, $info));
/php-src/ext/intl/idn/
H A Didn.c165 PHP_FUNCTION(idn_to_utf8) in PHP_FUNCTION() argument
/php-src/ext/intl/
H A Dphp_intl.stub.php459 function idn_to_utf8(string $domain, int $flags = IDNA_DEFAULT, int $variant = INTL_IDNA_VARIANT_UT… function
H A Dphp_intl_arginfo.h912 ZEND_FUNCTION(idn_to_utf8);
1105 ZEND_FE(idn_to_utf8, arginfo_idn_to_utf8)

Completed in 25 milliseconds