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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/iconv/tests/bug37773.phpt b/ext/iconv/tests/bug37773.phpt
index d21e6fd0f8..f9a1d3470e 100644
--- a/ext/iconv/tests/bug37773.phpt
+++ b/ext/iconv/tests/bug37773.phpt
@@ -1,8 +1,8 @@
--TEST--
Bug #37773 (iconv_substr() gives "Unknown error" when string length = 1")
--SKIPIF--
-<?php
-include('skipif.inc');
+<?php
+include('skipif.inc');
$test = @iconv_strpos("abbttt","ttt",0,"UTF-8");
if ($test === false) {