enable coroutine for rust emitter
[hiphop-php.git] / hphp / test / slow / ext_intl / idn_to_unicode.php
blob5453ae2a62142e333bfbd54920c4dcdf48374d66
1 <?hh
4 <<__EntryPoint>>
5 function main_idn_to_unicode() {
6 var_dump(idn_to_unicode("www.xn--mnsjonasson-x8a.se") ===
7 "www.m\xc3\xa5nsjonasson.se");
8 var_dump(idn_to_unicode("www.facebook.com"));
9 var_dump(idn_to_unicode("www.xn--12345678901234567890123456789".
10 "012345678901234mnsjonasson-5we.se")
11 ===
12 "www.12345678901234567890123456789".
13 "012345678901234m\xc3\xa5nsjonasson.se");