From: Marcus Boerger Date: Sun, 6 Apr 2008 17:52:40 +0000 (+0000) Subject: - add new tests X-Git-Tag: RELEASE_2_0_0b1~499 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ed985b5820f35b75e80f824054c5f1237cc12b5;p=php - 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