1--TEST--
2zend multibyte (11)
3--SKIPIF--
4--XFAIL--
5https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode
6--INI--
7zend.multibyte=1
8--FILE--
9<?php
10declare(encoding="ISO-8859-15") {
11	declare(encoding="ISO-8859-1");
12	echo "ok\n";
13}
14?>
15--EXPECTF--
16ok
17