idn.phpt 235 B

123456789101112131415161718
  1. --TEST--
  2. IDN
  3. --EXTENSIONS--
  4. intl
  5. --FILE--
  6. <?php
  7. /*
  8. * Test IDN functions (procedural only)
  9. */
  10. echo idn_to_ascii("t\xC3\xA4st.de")."\n";
  11. echo urlencode(idn_to_utf8('xn--tst-qla.de'))."\n";
  12. ?>
  13. --EXPECTF--
  14. xn--tst-qla.de
  15. t%C3%A4st.de