zend_multibyte-11.phpt 302 B

123456789101112131415
  1. --TEST--
  2. zend multibyte (11)
  3. --EXTENSIONS--
  4. mbstring
  5. --INI--
  6. zend.multibyte=1
  7. --FILE--
  8. <?php
  9. declare(encoding="ISO-8859-15") {
  10. declare(encoding="ISO-8859-1");
  11. echo "ok\n";
  12. }
  13. ?>
  14. --EXPECTF--
  15. Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line %d