Hello, somehow the test below fails for some people, but I couldn't reproduce it. Anybody else?
Derick FAIL xml_parse_into_struct/umlauts in tags [ext/xml/tests/007.phpt] ---- EXPECTED OUTPUT string(3) "ΔΦά" array(1) { ["άΔί"]=> string(3) "άδί" } string(3) "ΔΦά" array(1) { [0]=> array(5) { ["tag"]=> string(3) "ΔΦά" ["type"]=> string(8) "complete" ["level"]=> int(1) ["attributes"]=> array(1) { ["άΔί"]=> string(3) "άδί" } ["value"]=> string(3) "ΔΦά" } } ---- ACTUAL OUTPUT string(3) "δφό" array(1) { ["όδί"]=> string(3) "άδί" } string(3) "δφό" array(1) { [0]=> array(5) { ["tag"]=> string(3) "δφό" ["type"]=> string(8) "complete" ["level"]=> int(1) ["attributes"]=> array(1) { ["όδί"]=> string(3) "άδί" } ["value"]=> string(3) "ΔΦά" } } ---- FAILED -- PHP Quality Assurance Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php