From d658b1a8d711e6e4b94f784e3aca71d472bba576 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 4 Apr 2002 14:33:05 +0000 Subject: [PATCH] Revert the bogus patch. --- ext/xml/tests/007.phpt | 10 +++++----- 1 file 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"]=> -- 2.50.1