summaryrefslogtreecommitdiff
path: root/ext/iconv/tests/bug37773.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/tests/bug37773.phpt')
-rw-r--r--ext/iconv/tests/bug37773.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/tests/bug37773.phpt b/ext/iconv/tests/bug37773.phpt
index e2fb6a55e6..3b520c6e02 100644
--- a/ext/iconv/tests/bug37773.phpt
+++ b/ext/iconv/tests/bug37773.phpt
@@ -6,7 +6,7 @@ include('skipif.inc');
$test = @iconv_strpos("abbttt","ttt",0,"UTF-8");
if ($test === false) {
- die("skip UTF-8 is not supported?");
+ die("skip UTF-8 is not supported?");
}
?>