* PHP-7.4:
Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
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===