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