--- embedaddon/php/ext/mbstring/tests/zend_multibyte-10.phpt	2012/02/21 23:47:57	1.1.1.1
+++ embedaddon/php/ext/mbstring/tests/zend_multibyte-10.phpt	2012/05/29 12:34:40	1.1.1.2
@@ -11,6 +11,7 @@ if (ini_set("mbstring.script_encoding","SJIS") != "SJI
 <?php
 declare(encoding="ISO-8859-15");
 declare(encoding="ISO-8859-1");
+echo "ok\n";
 ?>
 --EXPECTF--
-Fatal error: Encoding declaration pragma must be the very first statement in the script in %s on line 3
+ok