]> granicus.if.org Git - php/commitdiff
fine tune
authorMarcus Boerger <helly@php.net>
Sat, 26 Oct 2002 16:09:50 +0000 (16:09 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 26 Oct 2002 16:09:50 +0000 (16:09 +0000)
ext/standard/tests/strings/htmlentities02.phpt
ext/standard/tests/strings/htmlentities03.phpt
ext/standard/tests/strings/htmlentities04.phpt
ext/standard/tests/strings/htmlentities10.phpt
ext/standard/tests/strings/htmlentities11.phpt
ext/standard/tests/strings/htmlentities12.phpt
ext/standard/tests/strings/htmlentities13.phpt
ext/standard/tests/strings/htmlentities14.phpt

index 5ff093d46b76820b7751ca654e7355efe3adb92a..6c5d692c7362be1d529eb6295243b367634f1d2b 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 htmlentities() test 2 (setlocale / fr_FR.ISO-8859-15) 
 --SKIPIF--
-<?php setlocale( LC_CTYPE, "fr_FR.ISO-8859-15" ) or die( "skip\n" ); ?>
+<?php setlocale(LC_CTYPE, "fr_FR.ISO-8859-15") or die("skip setlocale() failed\n"); ?>
 --INI--
 mbstring.internal_encoding=pass
 --FILE--
index 262fa67fa683da212bbb7618f61f30a4c363e818..378c50b441ba98b0fc9c84410b5adcf733548b6b 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 htmlentities() test 3 (setlocale / de_DE.ISO-8859-1)
 --SKIPIF--
-<?php setlocale( LC_CTYPE, "de_DE.ISO-8859-1" ) or die("skip\n"); ?>
+<?php setlocale(LC_CTYPE, "de_DE.ISO-8859-1") or die("skip setlocale() failed\n"); ?>
 --INI--
 mbstring.internal_encoding=pass
 --FILE--
index 17935004416fcef75f5c35db7a93d44ed507c7f8..09220f4cb7495b88eeea10cc302c07c87d1cdce6 100644 (file)
@@ -1,7 +1,7 @@
 --TEST--
 htmlentities() test 4 (setlocale / ja_JP.EUC-JP)
 --SKIPIF--
-<?php setlocale( LC_CTYPE, "ja_JP.EUC-JP" ) or die("skip\n"); ?>
+<?php setlocale(LC_CTYPE, "ja_JP.EUC-JP") or die("skip setlocale() failed\n"); ?>
 --INI--
 mbstring.internal_encoding=pass
 --FILE--
index 4ec245a71d344efbc66c4560ff9240eabdbc7ba7..ee5099cf3416ae1db9b3ddec9903295234f0bc78 100644 (file)
@@ -4,7 +4,6 @@ htmlentities() test 10 (default_charset / cp1252)
 output_handler=
 mbstring.internal_encoding=pass
 default_charset=cp1252
---SKIPIF--
 --FILE--
 <?php
        print ini_get('default_charset')."\n";
index 57ca5589800cd43db76b22bb792b346c911d62a6..62b6aec7c8e36f73186418184a2d8dd8e18b0393 100644 (file)
@@ -4,7 +4,6 @@ htmlentities() test 11 (default_charset / ISO-8859-15)
 output_handler=
 mbstring.internal_encoding=pass
 default_charset=ISO-8859-15
---SKIPIF--
 --FILE--
 <?php
        print ini_get('default_charset')."\n";
index e5b4987b556759759105197381f7adac6797a61d..826706680d4f06cc528876168709fdc63ab8af0f 100644 (file)
@@ -4,7 +4,6 @@ htmlentities() test 12 (default_charset / ISO-8859-1)
 output_handler=
 mbstring.internal_encoding=pass
 default_charset=ISO-8859-1
---SKIPIF--
 --FILE--
 <?php
        print ini_get('default_charset')."\n";
index 679e765c4053f416110f96df57ceaab6c9c8bb80..2c559916e9a76c8f2a8c35c7ddd7373aae25e986 100644 (file)
@@ -4,7 +4,6 @@ htmlentities() test 13 (default_charset / EUC-JP)
 output_handler=
 mbstring.internal_encoding=pass
 default_charset=EUC-JP
---SKIPIF--
 --FILE--
 <?php
        print ini_get('default_charset')."\n";
index bd4ce2e5d654566b12081ca3b7437c42b11ae3fc..9190d26515f19b84fadb07b7ecae70b39718e789 100644 (file)
@@ -4,7 +4,6 @@ htmlentities() test 14 (default_charset / Shift_JIS)
 output_handler=
 mbstring.internal_encoding=pass
 default_charset=Shift_JIS
---SKIPIF--
 --FILE--
 <?php
        print ini_get('default_charset')."\n";