diff options
| author | Derick Rethans <derick@php.net> | 2005-08-07 12:48:31 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2005-08-07 12:48:31 +0000 |
| commit | 46854447c595ab7535c742d7ca3ae84db170b8ad (patch) | |
| tree | 1a60d754f23c9254c204897fb59ad8c43fc609fb /ext | |
| parent | ae7ba4bf5834e457817baf0c8064ed5d3409cccf (diff) | |
| download | php-git-46854447c595ab7535c742d7ca3ae84db170b8ad.tar.gz | |
- Fix skip-if comment.
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/iconv/tests/bug16069.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/iconv/tests/bug16069.phpt b/ext/iconv/tests/bug16069.phpt index 0d58defe3c..5756923022 100644 --- a/ext/iconv/tests/bug16069.phpt +++ b/ext/iconv/tests/bug16069.phpt @@ -4,7 +4,7 @@ Bug #16069 <?php /* include( 'skipif.inc' ); */ if (@iconv('CP932', 'EUC-JP//TRANSLIT', "\x87\x6d")=='') { - die("skip CP932 translit not available\n"); + die("skip CP932 to EUC-JP translit not available\n"); } ?> --INI-- |
