3v4l.org

run code in 300+ PHP versions simultaneously
<?php $root = new DOMDocument(); $root->loadXML('<foo/>'); $node = new DOMDocument(); $node->loadXML('<bar>baz</bar>'); var_dump($node->documentElement); $node = $root->importNode($node); $root->appendChild($node);
Output for 8.3.0 - 8.3.4, 8.3.6
object(DOMElement)#3 (27) { ["schemaTypeInfo"]=> NULL ["tagName"]=> string(3) "bar" ["className"]=> string(0) "" ["id"]=> string(0) "" ["firstElementChild"]=> NULL ["lastElementChild"]=> NULL ["childElementCount"]=> int(0) ["previousElementSibling"]=> NULL ["nextElementSibling"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["parentElement"]=> NULL ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["isConnected"]=> bool(true) ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: DOMNode::appendChild(): Argument #1 ($node) must be of type DOMNode, false given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 object(DOMElement)#3 (27) { ["schemaTypeInfo"]=> NULL ["tagName"]=> string(3) "bar" ["className"]=> string(0) "" ["id"]=> string(0) "" ["firstElementChild"]=> NULL ["lastElementChild"]=> NULL ["childElementCount"]=> int(0) ["previousElementSibling"]=> NULL ["nextElementSibling"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["parentElement"]=> NULL ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["isConnected"]=> bool(true) ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: DOMNode::appendChild(): Argument #1 ($node) must be of type DOMNode, false given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
object(DOMElement)#3 (23) { ["schemaTypeInfo"]=> NULL ["tagName"]=> string(3) "bar" ["firstElementChild"]=> NULL ["lastElementChild"]=> NULL ["childElementCount"]=> int(0) ["previousElementSibling"]=> NULL ["nextElementSibling"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: DOMNode::appendChild(): Argument #1 ($node) must be of type DOMNode, bool given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 8.0.0 - 8.0.30
object(DOMElement)#3 (23) { ["tagName"]=> string(3) "bar" ["schemaTypeInfo"]=> NULL ["firstElementChild"]=> NULL ["lastElementChild"]=> NULL ["childElementCount"]=> int(0) ["previousElementSibling"]=> NULL ["nextElementSibling"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: DOMNode::appendChild(): Argument #1 ($node) must be of type DOMNode, bool given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 7.3.16 - 7.3.33, 7.4.0 - 7.4.33
object(DOMElement)#3 (18) { ["tagName"]=> string(3) "bar" ["schemaTypeInfo"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: Argument 1 passed to DOMNode::appendChild() must be an instance of DOMNode, bool given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 7.0.20, 7.1.5 - 7.1.20, 7.2.0 - 7.2.33
object(DOMElement)#3 (18) { ["tagName"]=> string(3) "bar" ["schemaTypeInfo"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["nextSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: Argument 1 passed to DOMNode::appendChild() must be an instance of DOMNode, boolean given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 7.0.0 - 7.0.6, 7.1.0
object(DOMElement)#3 (17) { ["tagName"]=> string(3) "bar" ["schemaTypeInfo"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Fatal error: Uncaught TypeError: Argument 1 passed to DOMNode::appendChild() must be an instance of DOMNode, boolean given in /in/ScKfs:11 Stack trace: #0 /in/ScKfs(11): DOMNode->appendChild(false) #1 {main} thrown in /in/ScKfs on line 11
Process exited with code 255.
Output for 5.5.24 - 5.5.35, 5.6.8 - 5.6.28
object(DOMElement)#3 (17) { ["tagName"]=> string(3) "bar" ["schemaTypeInfo"]=> NULL ["nodeName"]=> string(3) "bar" ["nodeValue"]=> string(3) "baz" ["nodeType"]=> int(1) ["parentNode"]=> string(22) "(object value omitted)" ["childNodes"]=> string(22) "(object value omitted)" ["firstChild"]=> string(22) "(object value omitted)" ["lastChild"]=> string(22) "(object value omitted)" ["previousSibling"]=> NULL ["attributes"]=> string(22) "(object value omitted)" ["ownerDocument"]=> string(22) "(object value omitted)" ["namespaceURI"]=> NULL ["prefix"]=> string(0) "" ["localName"]=> string(3) "bar" ["baseURI"]=> string(1) "/" ["textContent"]=> string(3) "baz" } Warning: DOMDocument::importNode(): Cannot import: Node Type Not Supported in /in/ScKfs on line 10 Catchable fatal error: Argument 1 passed to DOMNode::appendChild() must be an instance of DOMNode, boolean given in /in/ScKfs on line 11
Process exited with code 255.

preferences:
167.72 ms | 403 KiB | 182 Q