Skip this when strtoupper doesn't behave as expected, because casefolding

depends on this.
This commit is contained in:
Melvyn Sopacua 2002-10-21 08:55:07 +00:00
parent 7bb87c31f8
commit b4b26c2f9b

View File

@ -1,7 +1,13 @@
--TEST--
xml_parse_into_struct/umlauts in tags
--SKIPIF--
<?php include("skipif.inc"); ?>
<?php // vim600: syn=php
include("skipif.inc");
if(strtoupper("äöü") == "äöü")
{
die("skip strtoupper on non-ascii not supported on this platform");
}
?>
--FILE--
<?php
function startHandler($parser,$tag,$attr) { var_dump($tag,$attr); }