3v4l.org

run code in 300+ PHP versions simultaneously
<?php $doc = new DOMDocument; $doc->loadXML('<key1>KeyValue</key1> <key2 value="key2value"/> <group1> <group1Key>Group1KeyValue</group1Key> </group1>'); $element = $doc->documentElement; echo $element->nodeName, ' / ', $element->tagName;
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 3 Warning: Attempt to read property "nodeName" on null in /in/uQ15Z on line 9 / Warning: Attempt to read property "tagName" on null in /in/uQ15Z on line 9
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 3 Notice: Trying to get property 'nodeName' of non-object in /in/uQ15Z on line 9 / Notice: Trying to get property 'tagName' of non-object in /in/uQ15Z on line 9
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 3 /
Output for 7.0.20, 7.1.5 - 7.1.33
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 3 Notice: Trying to get property of non-object in /in/uQ15Z on line 9 / Notice: Trying to get property of non-object in /in/uQ15Z on line 9
Output for 5.5.0 - 5.5.35, 5.6.0 - 5.6.21, 7.0.0 - 7.0.14, 7.1.0
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 7 Notice: Trying to get property of non-object in /in/uQ15Z on line 9 / Notice: Trying to get property of non-object in /in/uQ15Z on line 9
Output for 5.2.3 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45
Warning: DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 2 in /in/uQ15Z on line 7 /
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Warning</b>: DOMDocument::loadXML() [<a href='function.DOMDocument-loadXML'>function.DOMDocument-loadXML</a>]: Extra content at the end of the document in Entity, line: 2 in <b>/in/uQ15Z</b> on line <b>7</b><br /> /
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.2
<br /> <b>Warning</b>: DOMDocument::loadXML() [<a href='function.loadXML'>function.loadXML</a>]: Extra content at the end of the document in Entity, line: 2 in <b>/in/uQ15Z</b> on line <b>7</b><br /> /
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: domdocument in <b>/in/uQ15Z</b> on line <b>2</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Fatal error</b>: Cannot instantiate non-existent class: domdocument in <b>/in/uQ15Z</b> on line <b>2</b><br />

preferences:
290.12 ms | 402 KiB | 389 Q