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