diff options
Diffstat (limited to 'ext/iconv/tests/eucjp2utf8.phpt')
| -rw-r--r-- | ext/iconv/tests/eucjp2utf8.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/iconv/tests/eucjp2utf8.phpt b/ext/iconv/tests/eucjp2utf8.phpt index 00fa454572..2100385cd6 100644 --- a/ext/iconv/tests/eucjp2utf8.phpt +++ b/ext/iconv/tests/eucjp2utf8.phpt @@ -1,12 +1,12 @@ --TEST-- EUC-JP to UTF8 --SKIPIF-- -<?php include('skipif.inc');?> +<?php /* include('skipif.inc'); */ ?> --INI-- error_reporting=2039 --FILE-- <?php -include('test.inc'); +/* include('test.inc'); */ /* charset=EUC-JP */ $str = " |
