3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<?xml version="1.0" encoding="UTF-8"?> <root> <item id="images"> <images handle="kings-of-leon_poster_v02_webjpg" path="workspace/assets/uploads/" type="file">kings of leon_poster_v02_WEB.jpg</images> </item> <item id="about"> <page-name handle="new-age" type="page-name">New Age</page-name> </item> <item id="about"> <page-name handle="new-age-2" type="page-name">New Age 2</page-name> </item> <item id="images"> <images handle="aae_seating-plan_v01jpg" path="workspace/assets/uploads/" type="file">AAE_Seating-plan_v01.jpg</images> </item> <item id="images"> <images handle="evidence-of-communication-between-myself-and-external-sourcespng" path="workspace/assets/uploads/" type="file">evidence-of-communication-between-myself-and-external-sources.png</images> </item> </root> '; $sxe = simplexml_load_string($xml); $doc = dom_import_simplexml ($sxe); $dom = new DOMDocument('1.0'); $doc = $dom->importNode($doc, true); $doc = $dom->appendChild($doc); $xpath = new DOMXPath($doc); $res1 = $xpath->query('/root/item[./@id="images"]'); var_dump($res1); $item = $res1;
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
Fatal error: Uncaught TypeError: DOMXPath::__construct(): Argument #1 ($document) must be of type DOMDocument, DOMElement given in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath->__construct(Object(DOMElement)) #1 {main} thrown in /in/XPD00 on line 28
Process exited with code 255.
Output for 7.0.0 - 7.0.20, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33
Fatal error: Uncaught TypeError: Argument 1 passed to DOMXPath::__construct() must be an instance of DOMDocument, instance of DOMElement given in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath->__construct(Object(DOMElement)) #1 {main} thrown in /in/XPD00 on line 28
Process exited with code 255.
Output for 5.2.6 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.35, 5.6.0 - 5.6.28
Catchable fatal error: Argument 1 passed to DOMXPath::__construct() must be an instance of DOMDocument, instance of DOMElement given in /in/XPD00 on line 28
Process exited with code 255.
Output for 5.2.3 - 5.2.5
Fatal error: Uncaught exception 'DOMException' with message 'DOMXPath::__construct() expects parameter 1 to be DOMDocument, object given' in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath->__construct(Object(DOMElement)) #1 {main} thrown in /in/XPD00 on line 28
Process exited with code 255.
Output for 5.1.2 - 5.1.6, 5.2.0 - 5.2.2
<br /> <b>Fatal error</b>: Uncaught exception 'DOMException' with message 'DOMXPath::__construct() expects parameter 1 to be DOMDocument, object given' in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath-&gt;__construct(Object(DOMElement)) #1 {main} thrown in <b>/in/XPD00</b> on line <b>28</b><br />
Process exited with code 255.
Output for 5.0.5, 5.1.0 - 5.1.1
<br /> <b>Fatal error</b>: Uncaught exception 'DOMException' with message 'DOMXPath::__construct() expects parameter 1 to be DOMDocument, object given' in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath->__construct(Object(DOMElement)) #1 {main} thrown in <b>/in/XPD00</b> on line <b>28</b><br />
Process exited with code 255.
Output for 5.0.3 - 5.0.4
<br /> <b>Fatal error</b>: Uncaught exception 'DOMException' with message '__construct() expects parameter 1 to be DOMDocument, object given' in /in/XPD00:28 Stack trace: #0 /in/XPD00(28): DOMXPath->__construct(Object(DOMElement)) #1 {main} thrown in <b>/in/XPD00</b> on line <b>28</b><br />
Process exited with code 255.
Output for 5.0.0 - 5.0.2
<br /> <b>Fatal error</b>: Uncaught exception 'DOMException' with message '__construct() expects parameter 1 to be DOMDocument, object given' in /in/XPD00:28 Stack trace: #0 {main} thrown in <b>/in/XPD00</b> on line <b>28</b><br />
Process exited with code 255.
Output for 4.4.5 - 4.4.9
<br /> <b>Fatal error</b>: Call to undefined function: simplexml_load_string() in <b>/in/XPD00</b> on line <b>23</b><br />
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
<br /> <b>Fatal error</b>: Call to undefined function: simplexml_load_string() in <b>/in/XPD00</b> on line <b>23</b><br />
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<br /> <b>Fatal error</b>: Call to undefined function: simplexml_load_string() in <b>/in/XPD00</b> on line <b>23</b><br />

preferences:
249.45 ms | 402 KiB | 375 Q