diff options
-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"]=> |