From dbdaea422c2c08450e591773ee7ba29dd2806a48 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sun, 6 Apr 2008 17:53:36 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'php_5_2_6RC4'. --- Zend/tests/multibyte/multibyte_encoding_002.phpt | 21 +++++++++++++++++++++ Zend/tests/multibyte/multibyte_encoding_003.phpt | Bin 0 -> 469 bytes 2 files changed, 21 insertions(+) create mode 100755 Zend/tests/multibyte/multibyte_encoding_002.phpt create mode 100755 Zend/tests/multibyte/multibyte_encoding_003.phpt 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 -- cgit v1.2.1