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