diff options
Diffstat (limited to 'ext/xml/tests')
| -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 a27afad9ac..1bff1dee0e 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"]=> |
