diff options
-rw-r--r-- | ext/iconv/tests/001.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/tests/001.phpt b/ext/iconv/tests/001.phpt index a380d278aa..1713f0e968 100644 --- a/ext/iconv/tests/001.phpt +++ b/ext/iconv/tests/001.phpt @@ -6,7 +6,7 @@ iconv test --GET-- --FILE-- <?php -echo "iconv extension is available"; +echo "iconv extension is available\n"; $test = "Stig S誥her Bakken"; print "$test\n"; printf("%s\n", iconv("iso-8859-1", "utf-8", $test)); |