summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2002-11-13 08:27:17 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2002-11-13 08:27:17 +0000
commitd9ebc7aadba64eab85dbf2af9bf3c47a1d7a374b (patch)
tree2e7baaa7486994c8c95c9ff17a37c20c62a62a58
parent7addde8521ba8436cecc15bd61a78c76ebc13382 (diff)
downloadphp-git-d9ebc7aadba64eab85dbf2af9bf3c47a1d7a374b.tar.gz
Updated the test
-rw-r--r--ext/mbstring/tests/mb_send_mail02.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mbstring/tests/mb_send_mail02.phpt b/ext/mbstring/tests/mb_send_mail02.phpt
index e1791e1d73..6d93fb3afc 100644
--- a/ext/mbstring/tests/mb_send_mail02.phpt
+++ b/ext/mbstring/tests/mb_send_mail02.phpt
@@ -17,6 +17,7 @@ mb_send_mail($to, mb_language(), "test");
/* Japanese (EUC-JP) */
if (mb_language("japanese")) {
+ mb_internal_encoding('EUC-JP');
mb_send_mail($to, "テスト ".mb_language(), "テスト");
}
?>