zend_multibyte-07.phpt 331 B

1234567891011121314151617
  1. --TEST--
  2. zend multibyte (7)
  3. --SKIPIF--
  4. --XFAIL--
  5. https://bugs.php.net/bug.php?id=66582
  6. --INI--
  7. error_reporting=E_ALL & ~E_DEPRECATED
  8. zend.multibyte=On
  9. zend.script_encoding=ISO-8859-1
  10. mbstring.internal_encoding=EUC-JP
  11. --FILE--
  12. <?php
  13. declare(encoding="UTF-8");
  14. var_dump(bin2hex("テスト"));
  15. ?>
  16. --EXPECT--
  17. string(12) "a5c6a5b9a5c8"