diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-01 12:42:09 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-05-01 12:42:09 +0200 |
commit | 1d2044367978f468720f2f76622e6ee0ed849b75 (patch) | |
tree | 4c58ff13d9723bcddcac9a64363eb8823f81e888 /ext/simplexml/tests/000.phpt | |
parent | 7b32d176d2ef6f144083f1df15f5b15500f40447 (diff) | |
parent | 9b9252c6675e05f01d0788fcb7138a5c277610ca (diff) | |
download | php-git-1d2044367978f468720f2f76622e6ee0ed849b75.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4
Diffstat (limited to 'ext/simplexml/tests/000.phpt')
-rw-r--r-- | ext/simplexml/tests/000.phpt | 32 |
1 files changed, 1 insertions, 31 deletions
diff --git a/ext/simplexml/tests/000.phpt b/ext/simplexml/tests/000.phpt index 97a02922ba..453865ef34 100644 --- a/ext/simplexml/tests/000.phpt +++ b/ext/simplexml/tests/000.phpt @@ -49,37 +49,7 @@ object(SimpleXMLElement)#%d (3) { ["elem1"]=> array(2) { [0]=> - object(SimpleXMLElement)#%d (3) { - ["@attributes"]=> - array(2) { - ["attr1"]=> - string(5) "first" - ["attr2"]=> - string(6) "second" - } - ["comment"]=> - object(SimpleXMLElement)#%d (0) { - } - ["elem2"]=> - object(SimpleXMLElement)#%d (2) { - ["@attributes"]=> - array(2) { - ["att25"]=> - string(2) "25" - ["att42"]=> - string(2) "42" - } - ["elem3"]=> - object(SimpleXMLElement)#%d (1) { - ["elem4"]=> - object(SimpleXMLElement)#%d (1) { - ["test"]=> - object(SimpleXMLElement)#%d (0) { - } - } - } - } - } + string(36) "There is some text.Here is some more" [1]=> object(SimpleXMLElement)#%d (1) { ["@attributes"]=> |