From: Marcus Boerger Date: Sun, 6 Apr 2008 17:53:35 +0000 (+0000) Subject: - MFH add new tests X-Git-Tag: php-5.2.6RC5~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=98f4d8c5f698832d8f22cb7687c5f5f59e3b6218;p=php - MFH add new tests --- diff --git a/Zend/tests/multibyte/multibyte_encoding_002.phpt b/Zend/tests/multibyte/multibyte_encoding_002.phpt new file mode 100755 index 0000000000..813222d82d --- /dev/null +++ b/Zend/tests/multibyte/multibyte_encoding_002.phpt @@ -0,0 +1,21 @@ +--TEST-- +Zend Multibyte and UTF-8 BOM +--SKIPIF-- + +--INI-- +mbstring.internal_encoding=iso-8859-1 +--FILE-- + +===DONE=== +--EXPECT-- +Hello World +===DONE=== diff --git a/Zend/tests/multibyte/multibyte_encoding_003.phpt b/Zend/tests/multibyte/multibyte_encoding_003.phpt new file mode 100755 index 0000000000..19b29f209b Binary files /dev/null and b/Zend/tests/multibyte/multibyte_encoding_003.phpt differ