From: Yasuo Ohgaki Date: Sun, 14 Jul 2002 00:08:22 +0000 (+0000) Subject: Fix tests. Moriyoshi Koizumi X-Git-Tag: dev~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3639807a819ed0378d0ae17fe8a3cb0ddb1a305d;p=php Fix tests. Moriyoshi Koizumi --- diff --git a/ext/iconv/tests/eucjp2utf8.inc b/ext/iconv/tests/eucjp2utf8.inc index 5971491f88..7fd64b410a 100644 --- a/ext/iconv/tests/eucjp2utf8.inc +++ b/ext/iconv/tests/eucjp2utf8.inc @@ -40,7 +40,7 @@ $str = " ÆüËÜ¸ì¥Æ¥­¥¹¥È¤ÈEnglish Text "; -$str = iconv("EUC-JP", "UTF8", $str); +$str = iconv("EUC-JP", "UTF-8", $str); $str = base64_encode($str); echo $str."\n"; diff --git a/ext/iconv/tests/eucjp2utf8.phpt b/ext/iconv/tests/eucjp2utf8.phpt index 88b05f92a6..69a659f3f0 100644 --- a/ext/iconv/tests/eucjp2utf8.phpt +++ b/ext/iconv/tests/eucjp2utf8.phpt @@ -1,7 +1,7 @@ --TEST-- EUC-JP to UTF8 --SKIPIF-- - + --POST-- --GET-- --FILE-- diff --git a/ext/iconv/tests/translit.phpt b/ext/iconv/tests/translit.phpt index 70f375c18f..2d16d80ba0 100644 --- a/ext/iconv/tests/translit.phpt +++ b/ext/iconv/tests/translit.phpt @@ -1,7 +1,7 @@ --TEST-- ICONV: LIBICONV transliteration (bug #16069) --SKIPIF-- - + --POST-- --GET-- --FILE--