3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(phpversion()); $xml = '<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">" "<CardDetailsTransactionResponse xmlns="https://www.thepaymentgateway.net/"><CardDetailsTransactionResult AuthorisationAttempted="False"><StatusCode>3</StatusCode><Message>Issuer authentication required</Message></CardDetailsTransactionResult><TransactionOutputData CrossReference="130828091805278401583980"><CardTypeData><CardType>VISA</CardType><CardClass>PERSONAL</CardClass><Issuer ISOCode="250">Credit Industriel et Commercial</Issuer></CardTypeData><AmountReceived>2</AmountReceived><ThreeDSecureOutputData><PaREQ>eJxVUstO6zAQ3V/p/oOVPbGdNMGtpkaF8qhES3VJFyyDM0BK44CTkJavv3aS8pC8mHPsM+M5M3C2L3bkA02Vl3rqcZ95BLUqs1w/T71NcnUivDP59w8kLwZxfo+qMShhiVWVPiPJs6m3nv3D94DHY8FDNhaehI6RMGSVNqkfAD1CKzbqJdW1hFS9ny9WkgfhKIpPBdCBgALNYv7Fj4H2BOi0QDnHx7wmV7lOtUJyUe52qGqbuQLa3YMqG12bgxRBDPQIoDE72batnzn5U6/2Vek3r0DdHdDvj60bF1U21z7P5Gq7aVfJ5ecyUYe75GG/3D60y+0mvEsWU6DuBWRpjTJg1gERCMLZhIsJi4B2PKSF+4RkPrM+DADeXI1ZDyz9E4J12dgxHFs4IsD9W6mxF3zFkGGl5Do9FBaRp9KQmeq6nhARcB6Mrm9ZOLbudu+Afjd3ceNmoGprbRyN7OFhHDE3ho5z5XJrHY94X88BoE5FhxnTYRNs9GtD/gNQx8SN</PaREQ><ACSURL>https://gw1.paymentsensegateway.com:4430/ACS/Default.aspx</ACSURL></ThreeDSecureOutputData><GatewayEntryPoints><GatewayEntryPoint EntryPointURL="https://gw1.paymentsensegateway.com:4430/" Metric="100" /><GatewayEntryPoint EntryPointURL="https://gw2.paymentsensegateway.com:4430/" Metric="200" /></GatewayEntryPoints></TransactionOutputData></CardDetailsTransactionResponse>" "</soap:Envelope>'; $XmlDoc = new SimpleXMLElement($xml,LIBXML_NOCDATA); $a = $XmlDoc->CardDetailsTransactionResponse->CardDetailsTransactionResult->StatusCode[0]; var_dump($a);
Output for 7.4.0
string(5) "7.4.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.12
string(6) "7.3.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.11
string(6) "7.3.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.10
string(6) "7.3.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.9
string(5) "7.3.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.8
string(5) "7.3.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.7
string(5) "7.3.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.6
string(5) "7.3.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.5
string(5) "7.3.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.4
string(5) "7.3.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.3
string(5) "7.3.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.2
string(5) "7.3.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.1
string(5) "7.3.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.3.0
string(5) "7.3.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.25
string(6) "7.2.25" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.24
string(6) "7.2.24" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.23
string(6) "7.2.23" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.22
string(6) "7.2.22" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.21
string(6) "7.2.21" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.20
string(6) "7.2.20" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.19
string(6) "7.2.19" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.18
string(6) "7.2.18" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.17
string(6) "7.2.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.13
string(6) "7.2.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.12
string(6) "7.2.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.11
string(6) "7.2.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.10
string(6) "7.2.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.9
string(5) "7.2.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.8
string(5) "7.2.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.7
string(5) "7.2.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.6
string(5) "7.2.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.5
string(5) "7.2.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.4
string(5) "7.2.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.3
string(5) "7.2.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.2
string(5) "7.2.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.1
string(5) "7.2.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.2.0
string(5) "7.2.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.33
string(6) "7.1.33" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.32
string(6) "7.1.32" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.31
string(6) "7.1.31" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.30
string(6) "7.1.30" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.29
string(6) "7.1.29" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.28
string(6) "7.1.28" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.27
string(6) "7.1.27" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.26
string(6) "7.1.26" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.25
string(6) "7.1.25" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.24
string(6) "7.1.24" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.23
string(6) "7.1.23" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.22
string(6) "7.1.22" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.21
string(6) "7.1.21" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.20
string(6) "7.1.20" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.19
string(6) "7.1.19" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.18
string(6) "7.1.18" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.17
string(6) "7.1.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.16
string(6) "7.1.16" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.15
string(6) "7.1.15" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.14
string(6) "7.1.14" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.13
string(6) "7.1.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.12
string(6) "7.1.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.11
string(6) "7.1.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.10
string(6) "7.1.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.9
string(5) "7.1.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.8
string(5) "7.1.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.7
string(5) "7.1.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.6
string(5) "7.1.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.5
string(5) "7.1.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.4
string(5) "7.1.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.3
string(5) "7.1.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.2
string(5) "7.1.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.1
string(5) "7.1.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.1.0
string(5) "7.1.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.33
string(6) "7.0.33" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.32
string(6) "7.0.32" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.31
string(6) "7.0.31" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.30
string(6) "7.0.30" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.29
string(6) "7.0.29" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.28
string(6) "7.0.28" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.27
string(6) "7.0.27" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.26
string(6) "7.0.26" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.25
string(6) "7.0.25" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.24
string(6) "7.0.24" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.23
string(6) "7.0.23" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.22
string(6) "7.0.22" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.21
string(6) "7.0.21" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.20
string(6) "7.0.20" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.19
string(6) "7.0.19" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.18
string(6) "7.0.18" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.17
string(6) "7.0.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.16
string(6) "7.0.16" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.15
string(6) "7.0.15" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.14
string(6) "7.0.14" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.13
string(6) "7.0.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.12
string(6) "7.0.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.11
string(6) "7.0.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.10
string(6) "7.0.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.9
string(5) "7.0.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.8
string(5) "7.0.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.7
string(5) "7.0.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.6
string(5) "7.0.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.5
string(5) "7.0.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.4
string(5) "7.0.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.3
string(5) "7.0.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.2
string(5) "7.0.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.1
string(5) "7.0.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 7.0.0
string(5) "7.0.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.38
string(6) "5.6.38" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.37
string(6) "5.6.37" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.36
string(6) "5.6.36" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.35
string(6) "5.6.35" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.34
string(6) "5.6.34" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.33
string(6) "5.6.33" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.32
string(6) "5.6.32" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.31
string(6) "5.6.31" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.30
string(6) "5.6.30" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.29
string(6) "5.6.29" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.28
string(6) "5.6.28" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.27
string(6) "5.6.27" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.26
string(6) "5.6.26" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.25
string(6) "5.6.25" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.24
string(6) "5.6.24" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.23
string(6) "5.6.23" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.22
string(6) "5.6.22" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.21
string(6) "5.6.21" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.20
string(6) "5.6.20" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.19
string(6) "5.6.19" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.18
string(6) "5.6.18" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.17
string(6) "5.6.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.16
string(6) "5.6.16" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.15
string(6) "5.6.15" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.14
string(6) "5.6.14" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.13
string(6) "5.6.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.12
string(6) "5.6.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.11
string(6) "5.6.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.6.10
string(6) "5.6.10" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.9
string(5) "5.6.9" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.8
string(5) "5.6.8" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.7
string(5) "5.6.7" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.6
string(5) "5.6.6" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.5
string(5) "5.6.5" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.4
string(5) "5.6.4" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.3
string(5) "5.6.3" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.2
string(5) "5.6.2" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.1
string(5) "5.6.1" object(SimpleXMLElement)#2 (0) { }
Output for 5.6.0
string(5) "5.6.0" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.38
string(6) "5.5.38" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.37
string(6) "5.5.37" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.36
string(6) "5.5.36" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.35
string(6) "5.5.35" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.34
string(6) "5.5.34" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.33
string(6) "5.5.33" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.32
string(6) "5.5.32" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.31
string(6) "5.5.31" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.30
string(6) "5.5.30" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.29
string(6) "5.5.29" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.28
string(6) "5.5.28" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.27
string(6) "5.5.27" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.5.26
string(6) "5.5.26" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.25
string(6) "5.5.25" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.24
string(6) "5.5.24" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.23
string(6) "5.5.23" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.22
string(6) "5.5.22" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.21
string(6) "5.5.21" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.20
string(6) "5.5.20" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.19
string(6) "5.5.19" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.18
string(6) "5.5.18" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.17
string(6) "5.5.17" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.16
string(6) "5.5.16" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.15
string(6) "5.5.15" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.14
string(6) "5.5.14" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.13
string(6) "5.5.13" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.12
string(6) "5.5.12" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.11
string(6) "5.5.11" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.10
string(6) "5.5.10" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.9
string(5) "5.5.9" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.8
string(5) "5.5.8" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.7
string(5) "5.5.7" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.6
string(5) "5.5.6" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.5
string(5) "5.5.5" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.4
string(5) "5.5.4" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.3
string(5) "5.5.3" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.2
string(5) "5.5.2" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.1
string(5) "5.5.1" object(SimpleXMLElement)#2 (0) { }
Output for 5.5.0
string(5) "5.5.0" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.45
string(6) "5.4.45" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.44
string(6) "5.4.44" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.43
string(6) "5.4.43" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.42
string(6) "5.4.42" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.41
string(6) "5.4.41" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.40
string(6) "5.4.40" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.39
string(6) "5.4.39" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.38
string(6) "5.4.38" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.37
string(6) "5.4.37" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.36
string(6) "5.4.36" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.35
string(6) "5.4.35" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.34
string(6) "5.4.34" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.33
string(6) "5.4.33" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.32
string(6) "5.4.32" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.31
string(6) "5.4.31" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.30
string(6) "5.4.30" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.29
string(6) "5.4.29" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.28
string(6) "5.4.28" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.27
string(6) "5.4.27" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.26
string(6) "5.4.26" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.25
string(6) "5.4.25" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.24
string(6) "5.4.24" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.23
string(6) "5.4.23" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.22
string(6) "5.4.22" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.21
string(6) "5.4.21" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.20
string(6) "5.4.20" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.19
string(6) "5.4.19" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.18
string(6) "5.4.18" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.17
string(6) "5.4.17" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.16
string(6) "5.4.16" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.15
string(6) "5.4.15" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.14
string(6) "5.4.14" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.13
string(6) "5.4.13" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.12
string(6) "5.4.12" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.11
string(6) "5.4.11" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.10
string(6) "5.4.10" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.9
string(5) "5.4.9" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.8
string(5) "5.4.8" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.7
string(5) "5.4.7" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.6
string(5) "5.4.6" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.5
string(5) "5.4.5" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.4
string(5) "5.4.4" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.3
string(5) "5.4.3" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.2
string(5) "5.4.2" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.1
string(5) "5.4.1" object(SimpleXMLElement)#2 (0) { }
Output for 5.4.0
string(5) "5.4.0" object(SimpleXMLElement)#2 (0) { }
Output for 5.3.29
string(6) "5.3.29" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.28
string(6) "5.3.28" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.27
string(6) "5.3.27" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.26
string(6) "5.3.26" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.25
string(6) "5.3.25" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.24
string(6) "5.3.24" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.23
string(6) "5.3.23" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.22
string(6) "5.3.22" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.21
string(6) "5.3.21" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.20
string(6) "5.3.20" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.19
string(6) "5.3.19" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.18
string(6) "5.3.18" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.17
string(6) "5.3.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.16
string(6) "5.3.16" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.15
string(6) "5.3.15" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.14
string(6) "5.3.14" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.13
string(6) "5.3.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.12
string(6) "5.3.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.11
string(6) "5.3.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.10
string(6) "5.3.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.9
string(5) "5.3.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.8
string(5) "5.3.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.7
string(5) "5.3.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.6
string(5) "5.3.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.5
string(5) "5.3.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.4
string(5) "5.3.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.3
string(5) "5.3.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.2
string(5) "5.3.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.1
string(5) "5.3.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.3.0
string(5) "5.3.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.17
string(6) "5.2.17" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.16
string(6) "5.2.16" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.15
string(6) "5.2.15" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.14
string(6) "5.2.14" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.13
string(6) "5.2.13" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.12
string(6) "5.2.12" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.11
string(6) "5.2.11" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.10
string(6) "5.2.10" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.9
string(5) "5.2.9" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.8
string(5) "5.2.8" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.7
string(5) "5.2.7" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.6
string(5) "5.2.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.5
string(5) "5.2.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.4
string(5) "5.2.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.3
string(5) "5.2.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.2
string(5) "5.2.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.1
string(5) "5.2.1" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.2.0
string(5) "5.2.0" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.6
string(5) "5.1.6" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.5
string(5) "5.1.5" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.4
string(5) "5.1.4" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.3
string(5) "5.1.3" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.2
string(5) "5.1.2" object(SimpleXMLElement)#2 (1) { [0]=> string(1) "3" }
Output for 5.1.1
string(5) "5.1.1" Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 /in/L2A2d(5): SimpleXMLElement->__construct('<?xml version="...', 16384) #1 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.1.0
string(5) "5.1.0" Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 /in/L2A2d(5): SimpleXMLElement->__construct('<?xml version="...', 16384) #1 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.5
string(5) "5.0.5" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 /in/L2A2d(5): SimpleXMLElement->__construct('<?xml version="...', 'LIBXML_NOCDATA') #1 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.4
string(5) "5.0.4" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 /in/L2A2d(5): SimpleXMLElement->__construct('<?xml version="...', 'LIBXML_NOCDATA') #1 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.3
string(5) "5.0.3" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 /in/L2A2d(5): SimpleXMLElement->__construct('<?xml version="...', 'LIBXML_NOCDATA') #1 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.2
string(5) "5.0.2" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.1
string(5) "5.0.1" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 5.0.0
string(5) "5.0.0" Notice: Use of undefined constant LIBXML_NOCDATA - assumed 'LIBXML_NOCDATA' in /in/L2A2d on line 5 Fatal error: Uncaught exception 'Exception' with message 'SimpleXMLElement::__construct() expects exactly 1 parameter, 2 given' in /in/L2A2d:5 Stack trace: #0 {main} thrown in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.9
string(5) "4.4.9" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.8
string(5) "4.4.8" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.7
string(5) "4.4.7" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.6
string(5) "4.4.6" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.5
string(5) "4.4.5" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.4
string(5) "4.4.4" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.3
string(5) "4.4.3" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.2
string(5) "4.4.2" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.1
string(5) "4.4.1" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.4.0
string(5) "4.4.0" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.11
string(6) "4.3.11" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.10
string(6) "4.3.10" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.9
string(5) "4.3.9" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.8
string(5) "4.3.8" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.7
string(5) "4.3.7" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.6
string(5) "4.3.6" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.5
string(5) "4.3.5" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.4
string(5) "4.3.4" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.3
string(5) "4.3.3" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.2
string(5) "4.3.2" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Process exited with code 255.
Output for 4.3.1
string(5) "4.3.1" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5
Output for 4.3.0
string(5) "4.3.0" Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/L2A2d on line 5

preferences:
202.98 ms | 401 KiB | 317 Q