diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-06 16:58:08 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-11-06 16:58:08 +0000 |
commit | 5c7b062d6f1eaf986910a6480126f07b8de6c28d (patch) | |
tree | c2f992d9443fc089e8c03f86fdee88217f95e277 /ext/iconv | |
parent | c22c2e47728d47ad1287fc673b59b9eabca880db (diff) | |
download | php-git-5c7b062d6f1eaf986910a6480126f07b8de6c28d.tar.gz |
Cosmetics
Diffstat (limited to 'ext/iconv')
-rw-r--r-- | ext/iconv/tests/iconv001.phpt | 2 | ||||
-rw-r--r-- | ext/iconv/tests/iconv002.phpt | 2 | ||||
-rw-r--r-- | ext/iconv/tests/ob_iconv_handler.phpt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ext/iconv/tests/iconv001.phpt b/ext/iconv/tests/iconv001.phpt index 2fa0158fec..d2c1f3ed60 100644 --- a/ext/iconv/tests/iconv001.phpt +++ b/ext/iconv/tests/iconv001.phpt @@ -1,5 +1,5 @@ --TEST-- -iconv test +iconv() test 1 --SKIPIF-- <?php /* include('skipif.inc'); */ ?> --INI-- diff --git a/ext/iconv/tests/iconv002.phpt b/ext/iconv/tests/iconv002.phpt index ec4f6b0034..8aded58866 100644 --- a/ext/iconv/tests/iconv002.phpt +++ b/ext/iconv/tests/iconv002.phpt @@ -1,5 +1,5 @@ --TEST-- -UCS4BE to ASCII +iconv() test 2 (UCS4BE to ASCII) --SKIPIF-- <?php /* include('skipif.inc'); */ diff --git a/ext/iconv/tests/ob_iconv_handler.phpt b/ext/iconv/tests/ob_iconv_handler.phpt index 0b8797521a..f26f87e97c 100644 --- a/ext/iconv/tests/ob_iconv_handler.phpt +++ b/ext/iconv/tests/ob_iconv_handler.phpt @@ -1,5 +1,5 @@ --TEST-- -ob_output_handler +ob_iconv_handler() --SKIPIF-- <?php /* include('skipif.inc'); */ ?> --INI-- |