]> granicus.if.org Git - php/commitdiff
Added a note indicating that the tests may fail to due libc implementation
authorIlia Alshanetsky <iliaa@php.net>
Thu, 13 Sep 2007 15:36:37 +0000 (15:36 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 13 Sep 2007 15:36:37 +0000 (15:36 +0000)
ext/standard/tests/strings/htmlentities04.phpt
ext/standard/tests/strings/htmlentities15.phpt

index 8e362d073cc563025276fe3577224c56b05f26b9..2d67c77f0563eee951d6a6b7f9d5e75c76b36d30 100644 (file)
@@ -6,6 +6,7 @@ $result = (bool)setlocale(LC_CTYPE, "ja_JP.EUC-JP", "ja_JP.eucJP");
 if (!$result || preg_match('/EUC[^a-zA-Z]*JP/i', setlocale(LC_CTYPE, 0)) == 0) {
        die("skip setlocale() failed\n");
 }
+echo "warn possibly braindead libc\n";
 ?>
 --INI--
 output_handler=
index 2dc36e6f77f93909c8d614961162194b4461cf87..a15948fbe2003a6ecbb1bed9deb957a9cb86ddd4 100644 (file)
@@ -10,6 +10,7 @@ $result = (bool)setlocale(LC_CTYPE, "ru_RU.koi8r", "ru_RU.KOI8-R");
 if (!$result || preg_match('/koi8/i', setlocale(LC_CTYPE, 0)) == 0) {
        die("skip setlocale() failed\n");
 }
+echo "warn possibly braindead libc\n";
 ?>
 --FILE--
 <?php