diff options
author | Jan Lehnardt <jan@php.net> | 2002-03-23 23:24:48 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@php.net> | 2002-03-23 23:24:48 +0000 |
commit | 8897845f3b3e1cc6728e878b98bba77f73f1022c (patch) | |
tree | a51fe4ac1e7e811a4a5344e64e9c518ffc01730e /ext | |
parent | 1f9b519c559a80298ee6831ee9fc39f9604985e8 (diff) | |
download | php-git-8897845f3b3e1cc6728e878b98bba77f73f1022c.tar.gz |
- fix "xml_parse_into_struct/umlauts in tags" testcase. It never really
- worked
Diffstat (limited to 'ext')
-rw-r--r-- | ext/xml/tests/007.phpt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/xml/tests/007.phpt b/ext/xml/tests/007.phpt index 1bff1dee0e..a27afad9ac 100644 --- a/ext/xml/tests/007.phpt +++ b/ext/xml/tests/007.phpt @@ -16,24 +16,24 @@ var_dump($struct); --GET-- --POST-- --EXPECT-- -string(3) "ÄÖÜ" +string(3) "äöü" array(1) { - ["ÜÄß"]=> + ["üäß"]=> string(3) "Üäß" } -string(3) "ÄÖÜ" +string(3) "äöü" array(1) { [0]=> array(5) { ["tag"]=> - string(3) "ÄÖÜ" + string(3) "äöü" ["type"]=> string(8) "complete" ["level"]=> int(1) ["attributes"]=> array(1) { - ["ÜÄß"]=> + ["üäß"]=> string(3) "Üäß" } ["value"]=> |