Yes I can reproduce this in 4.3.0pre1 and in CVS from yesterday. Exact same output in ext/xml/tests/007.log as below in both cases.
Mike > -----Original Message----- > From: Derick Rethans [mailto:derick@;php.net] > Sent: Saturday, October 19, 2002 1:03 PM > To: PHP Developers Mailing List > Subject: [PHP-DEV] [PHP-QA] Logs of failed tests PHP 4.3.0pre1 (fwd) > > > 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 > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php