3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<EOD <?xml version="1.0" encoding="UTF-8"?> <gvq:GVQ_Metadata id="dataset_MD" xmlns:updated19115="http://www.geoviqua.org/19115_updates" xmlns:gmx="http://www.isotc211.org/2005/gmx" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:gmd="http://www.isotc211.org/2005/gmd" xmlns:gco="http://www.isotc211.org/2005/gco" xmlns:gvq="http://www.geoviqua.org/QualityInformationModel/4.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmd19157="http://www.geoviqua.org/gmd19157" xmlns:un="http://www.uncertml.org/2.0" xmlns:qml="http://qualityml.geoviqua.org/1.0" xsi:schemaLocation="http://www.geoviqua.org/QualityInformationModel/4.0 http://schemas.geoviqua.org/GVQ/4.0/GeoViQua_PQM_UQM.xsd http://www.uncertml.org/2.0 http://qualityml.geoviqua.org/schemas/uncertml/2.0/uncertml.xsd http://qualityml.geoviqua.org/1.0 http://qualityml.geoviqua.org/schemas/qualityml/1.0/qualityml.xsd"> <gmd:fileIdentifier> <gco:CharacterString>mtri2an1ib</gco:CharacterString> </gmd:fileIdentifier> </gvq:GVQ_Metadata> EOD; $dom = new DOMDocument; $dom->loadXML($xml); $sxe = new SimpleXMLElement($xml); $namespaces = $sxe->getDocNamespaces(TRUE); print_r($dom->getElementsByTagNameNS($ns["gmd"], "fileIdentifier")); ?>
Output for 8.3.0 - 8.3.4
Warning: Undefined variable $ns in /in/LuFB6 on line 16 Warning: Trying to access array offset on null in /in/LuFB6 on line 16 DOMNodeList Object ( [length] => 0 )
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17
Warning: Undefined variable $ns in /in/LuFB6 on line 16 Warning: Trying to access array offset on value of type null in /in/LuFB6 on line 16 DOMNodeList Object ( [length] => 0 )
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined variable: ns in /in/LuFB6 on line 16 Notice: Trying to access array offset on value of type null in /in/LuFB6 on line 16 DOMNodeList Object ( [length] => 0 )
Output for 7.3.32 - 7.3.33, 7.4.26
DOMNodeList Object ( [length] => 0 )
Output for 5.3.11 - 5.3.29, 5.4.1 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.31
Notice: Undefined variable: ns in /in/LuFB6 on line 16 DOMNodeList Object ( [length] => 0 )
Output for 5.1.3 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.10, 5.4.0
Notice: Undefined variable: ns in /in/LuFB6 on line 16 DOMNodeList Object ( )
Output for 5.1.2
Notice: Undefined variable: ns in /in/LuFB6 on line 17 DOMNodeList Object ( )
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.1
Fatal error: Call to undefined method SimpleXMLElement::getDocNamespaces() in /in/LuFB6 on line 14
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.1, 4.4.3 - 4.4.9
Fatal error: Cannot instantiate non-existent class: domdocument in /in/LuFB6 on line 11
Process exited with code 255.
Output for 4.4.2
Fatal error: Cannot instantiate non-existent class: domdocument in /in/LuFB6 on line 12
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: domdocument in /in/LuFB6 on line 11

preferences:
313.67 ms | 401 KiB | 456 Q