3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXmlElement('<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <LogonResponse xmlns="http://schemas.navitaire.com/ClientServices/SessionManager/SessionManagerClient"> <LogonResult> <AgencyCode xmlns="http://bws.voegol.com.br/Common">3fonSpYNjwrWq0lcZE+B0w== </AgencyCode> <AgentName xmlns="http://bws.voegol.com.br/Common">780950978001 </AgentName> <DomainCode xmlns="http://bws.voegol.com.br/Common">EXT </DomainCode> <LastName xmlns="http://bws.voegol.com.br/Common">SERVICE </LastName> <FirstName xmlns="http://bws.voegol.com.br/Common">WEB </FirstName> <PersonID xmlns="http://bws.voegol.com.br/Common">16262296 </PersonID> <RoleCode xmlns="http://bws.voegol.com.br/Common">TAA1 </RoleCode> <Signature xmlns="http://bws.voegol.com.br/Common">hhdCPXmyS80=|LRJD1ic0rGUHhrITJKfprPJPdHUV0h9tXtAIrNEEqqrumt8VFJLAM2G4I1izLVBXhjQ4nNwTmYRqBrvEB34v3cz0ZaIhqCsy6Z2G9dMyzIGjgYjAAabI/wTMajMJ5HDSgCb9g2Jk2FsAscHi/lXpUg== </Signature> </LogonResult> </LogonResponse> </s:Body> </s:Envelope>'); var_dump($xml);
Output for 5.1.0 - 5.1.6, 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, 7.0.0 - 7.0.31, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.27, 8.2.0 - 8.2.17, 8.3.0 - 8.3.4
object(SimpleXMLElement)#1 (0) { }
Output for 5.0.0 - 5.0.5
object(SimpleXMLElement)#1 (1) { ["Body"]=> object(SimpleXMLElement)#2 (1) { ["LogonResponse"]=> object(SimpleXMLElement)#3 (1) { ["LogonResult"]=> object(SimpleXMLElement)#4 (8) { ["AgencyCode"]=> string(41) "3fonSpYNjwrWq0lcZE+B0w== " ["AgentName"]=> string(29) "780950978001 " ["DomainCode"]=> string(20) "EXT " ["LastName"]=> string(24) "SERVICE " ["FirstName"]=> string(20) "WEB " ["PersonID"]=> string(25) "16262296 " ["RoleCode"]=> string(21) "TAA1 " ["Signature"]=> string(182) "hhdCPXmyS80=|LRJD1ic0rGUHhrITJKfprPJPdHUV0h9tXtAIrNEEqqrumt8VFJLAM2G4I1izLVBXhjQ4nNwTmYRqBrvEB34v3cz0ZaIhqCsy6Z2G9dMyzIGjgYjAAabI/wTMajMJ5HDSgCb9g2Jk2FsAscHi/lXpUg== " } } } }
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.9
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/MRMjV on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/MRMjV on line 3

preferences:
298.92 ms | 401 KiB | 445 Q