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