From: Marcus Boerger Date: Sun, 6 Apr 2008 17:53:31 +0000 (+0000) Subject: - MFH add new tests X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~428 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f670912a3100b376c545924bc4e18f01a2755dd;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