1--TEST--
2zend multibyte (10)
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");
11declare(encoding="ISO-8859-1");
12echo "ok\n";
13?>
14--EXPECTF--
15ok
16