zend_multibyte-12.phpt 285 B

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