diff options
Diffstat (limited to 'ext/iconv/tests/bug37176.phpt')
-rw-r--r-- | ext/iconv/tests/bug37176.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/iconv/tests/bug37176.phpt b/ext/iconv/tests/bug37176.phpt index 3923dbd49..2bcc57c69 100644 --- a/ext/iconv/tests/bug37176.phpt +++ b/ext/iconv/tests/bug37176.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #37176 (iconv_strpos() fails to find a string) +--SKIPIF-- +<?php include('skipif.inc'); ?> --FILE-- <?php var_dump(iconv_strpos('11--','1-',0,'UTF-8')); |