3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<items><item/><item/><item/></items>'; $dom = new DOMDocument(); $dom->loadXml($xm); var_dump(iterator_to_array($dom->documentElement->childNodes));
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: Undefined variable $xm in /in/4MpUN on line 6 Deprecated: DOMDocument::loadXML(): Passing null to parameter #1 ($source) of type string is deprecated in /in/4MpUN on line 6 Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in /in/4MpUN:6 Stack trace: #0 /in/4MpUN(6): DOMDocument->loadXML('') #1 {main} thrown in /in/4MpUN on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.30
Warning: Undefined variable $xm in /in/4MpUN on line 6 Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in /in/4MpUN:6 Stack trace: #0 /in/4MpUN(6): DOMDocument->loadXML('') #1 {main} thrown in /in/4MpUN on line 6
Process exited with code 255.
Output for 7.2.0 - 7.2.33, 7.3.12 - 7.3.31, 7.4.0 - 7.4.33
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Notice: Trying to get property 'childNodes' of non-object in /in/4MpUN on line 9 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_to_array() must implement interface Traversable, null given in /in/4MpUN:9 Stack trace: #0 /in/4MpUN(9): iterator_to_array(NULL) #1 {main} thrown in /in/4MpUN on line 9
Process exited with code 255.
Output for 7.3.32 - 7.3.33
Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_to_array() must implement interface Traversable, null given in /in/4MpUN:9 Stack trace: #0 /in/4MpUN(9): iterator_to_array(NULL) #1 {main} thrown in /in/4MpUN on line 9
Process exited with code 255.
Output for 7.0.0 - 7.0.31, 7.1.0 - 7.1.23
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Notice: Trying to get property of non-object in /in/4MpUN on line 9 Fatal error: Uncaught TypeError: Argument 1 passed to iterator_to_array() must implement interface Traversable, null given in /in/4MpUN:9 Stack trace: #0 /in/4MpUN(9): iterator_to_array(NULL) #1 {main} thrown in /in/4MpUN on line 9
Process exited with code 255.
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.38
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Notice: Trying to get property of non-object in /in/4MpUN on line 9 Catchable fatal error: Argument 1 passed to iterator_to_array() must implement interface Traversable, null given in /in/4MpUN on line 9
Process exited with code 255.
Output for 5.1.0 - 5.1.6
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Notice: Trying to get property of non-object in /in/4MpUN on line 9 Warning: iterator_to_array() expects parameter 1 to be Traversable, null given in /in/4MpUN on line 9 bool(false)
Output for 5.0.4 - 5.0.5
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Fatal error: Call to undefined function iterator_to_array() in /in/4MpUN on line 9
Process exited with code 255.
Output for 5.0.0 - 5.0.3
Notice: Undefined variable: xm in /in/4MpUN on line 6 Warning: DOMDocument::loadXML(): Empty string supplied as input in /in/4MpUN on line 6 Fatal error: Call to undefined function iterator_to_array() in /in/4MpUN on line 9
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: domdocument in /in/4MpUN on line 5
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: domdocument in /in/4MpUN on line 5

preferences:
301.2 ms | 401 KiB | 417 Q