3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don\'t forget me this weekend!</body> <recursive> <val>2</val> <val>4</val> </recursive> </note>'; $xml1 = new SimpleXmlIterator($str, 0, false); $xml = (array) $xml1; echo $xml['note']['to']; echo $xml['note']['recursive']['val'][0];
Output for 8.3.0 - 8.3.7
Warning: Undefined array key "note" in /in/cnQ8D on line 19 Warning: Trying to access array offset on null in /in/cnQ8D on line 19 Warning: Undefined array key "note" in /in/cnQ8D on line 20 Warning: Trying to access array offset on null in /in/cnQ8D on line 20 Warning: Trying to access array offset on null in /in/cnQ8D on line 20 Warning: Trying to access array offset on null in /in/cnQ8D on line 20
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined array key "note" in /in/cnQ8D on line 19 Warning: Trying to access array offset on value of type null in /in/cnQ8D on line 19 Warning: Undefined array key "note" in /in/cnQ8D on line 20 Warning: Trying to access array offset on value of type null in /in/cnQ8D on line 20 Warning: Trying to access array offset on value of type null in /in/cnQ8D on line 20 Warning: Trying to access array offset on value of type null in /in/cnQ8D on line 20
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined index: note in /in/cnQ8D on line 19 Notice: Trying to access array offset on value of type null in /in/cnQ8D on line 19 Notice: Undefined index: note in /in/cnQ8D on line 20 Notice: Trying to access array offset on value of type null in /in/cnQ8D on line 20 Notice: Trying to access array offset on value of type null in /in/cnQ8D on line 20 Notice: Trying to access array offset on value of type null in /in/cnQ8D on line 20
Output for 7.3.32 - 7.3.33, 7.4.26
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.35, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.25, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined index: note in /in/cnQ8D on line 19 Notice: Undefined index: note in /in/cnQ8D on line 20
Output for 5.1.2 - 5.1.6, 5.2.0 - 5.2.17
Notice: Undefined index: note in /in/cnQ8D on line 19 Notice: Undefined index: note in /in/cnQ8D on line 20
Output for 5.0.5, 5.1.0 - 5.1.1
Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 3 given' in /in/cnQ8D:16 Stack trace: #0 /in/cnQ8D(16): SimpleXMLElement->__construct('<?xml version="...', 0, false) #1 {main} thrown in /in/cnQ8D on line 16
Process exited with code 255.
Output for 5.0.3 - 5.0.4
Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 3 given' in /in/cnQ8D:16 Stack trace: #0 /in/cnQ8D(16): SimpleXMLIterator->__construct('<?xml version="...', 0, false) #1 {main} thrown in /in/cnQ8D on line 16
Process exited with code 255.
Output for 5.0.0 - 5.0.2
Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 3 given' in /in/cnQ8D:16 Stack trace: #0 {main} thrown in /in/cnQ8D on line 16
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: simplexmliterator in /in/cnQ8D on line 16
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: simplexmliterator in /in/cnQ8D on line 16

preferences:
242.67 ms | 401 KiB | 361 Q