From: Christoph M. Becker Date: Fri, 1 May 2020 10:42:09 +0000 (+0200) Subject: Merge branch 'PHP-7.4' X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d2044367978f468720f2f76622e6ee0ed849b75;p=php Merge branch 'PHP-7.4' * PHP-7.4: Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4 --- 1d2044367978f468720f2f76622e6ee0ed849b75 diff --cc ext/simplexml/tests/009b.phpt index 6909a03446,fd920e2e26..bc651fe744 --- a/ext/simplexml/tests/009b.phpt +++ b/ext/simplexml/tests/009b.phpt @@@ -26,28 -28,8 +26,7 @@@ object(SimpleXMLElement)#%d (3) string(5) "elem1" } ["elem1"]=> - object(SimpleXMLElement)#%d (3) { - ["@attributes"]=> - array(1) { - ["attr1"]=> - string(5) "first" - } - ["comment"]=> - object(SimpleXMLElement)#%d (0) { - } - ["elem2"]=> - string(35) " - Here we have some text data. - " - } + string(10) "Bla bla 1." ["elem11"]=> - object(SimpleXMLElement)#%d (2) { - ["@attributes"]=> - array(1) { - ["attr2"]=> - string(6) "second" - } - [0]=> - string(10) "Bla bla 2." - } + string(10) "Bla bla 2." } -===DONE===