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