3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<EOD <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"> <soapenv:Body> <loginResponse> <result> <metadataServerUrl> https://na3.salesforce.com/services/Soap/m/28.0/00D50000000IdrE </metadat aServerUrl> <passwordExpired>false</passwordExpired> <sandbox>false</sandbox> <serverUrl> https://abc.com/services/Soap/c/28.0/00D50000000IdrE </serverUrl> <sessionId> 00D50000000IdrE!AREAQK4VYXRaHoL_uRvOi.QXXw3ahAt2Cge254wygiW7cr_f6DVa2pDC6g57w5IE fidAu3ZRsJFBN5Bwb6DVhF18zKFiVVyT </sessionId> <userId>00550000001Dd4uAAC</userId> <userInfo> <accessibilityMode>false</accessibilityMode> <currencySymbol>$</currencySymbol> <orgAttachmentFileSizeLimit>5242880 </orgAttachmentFileSizeLimit> <orgDefaultCurrencyIsoCode>USD</orgDefaultCurrencyIsoCode> <orgDisallowHtmlAttachments>false </orgDisallowHtmlAttachments> <orgHasPersonAccounts>false</orgHasPersonAccounts> <organizationId>00D50000000IdrEEAS</organizationId> <organizationMultiCurrency>false</organizationMultiCurrency> <organizationName>3CLogic</organizationName> <profileId>00e500000017al5AAA</profileId> <roleId xsi:nil="true"/> <sessionSecondsValid>7200</sessionSecondsValid> <userDefaultCurrencyIsoCode xsi:nil="true"/> <userEmail>ramana@3clogic.com</userEmail> <userFullName>Ramana</userFullName> <userId>00550Dd4uAAC</userId> <userLanguage>en_US</userLanguage> <userLocale>en_US</userLocale> <userName>raman@gmail.com.com</userName> <userTimeZone>America/New_York</userTimeZone> <userType>Standard</userType> <userUiSkin>Theme3</userUiSkin> </userInfo> </result> </loginResponse> </soapenv:Body> </soapenv:Envelope> EOD; $sxe = new SimpleXMLElement($xml); $sxe->registerXPathNamespace('env', 'http://schemas.xmlsoap.org/soap/envelope/ '); $sxe->registerXPathNamespace('def', 'urn:enterprise.soap.sforce.com'); $result = $sxe->xpath('/env:Envelope/env:Body/def:loginResponse/def:result/def:serverUrl');
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : XML declaration allowed only at the start of the document in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): <?xml version="1.0" encoding="UTF-8"?> in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): ^ in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): namespace error : xmlns:xsi: 'http://www.w3.org/2001/XMLSchema- instance' is not a valid URI in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance"> in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): ^ in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): Entity: line 10: parser error : expected '>' in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): </metadat aServerUrl> in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): ^ in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): Entity: line 10: parser error : Opening and ending tag mismatch: metadataServerUrl line 8 and metadat in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): </metadat aServerUrl> in /in/6sTtc on line 54 Warning: SimpleXMLElement::__construct(): ^ in /in/6sTtc on line 54 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/6sTtc:54 Stack trace: #0 /in/6sTtc(54): SimpleXMLElement->__construct(' <?xml versi...') #1 {main} thrown in /in/6sTtc on line 54
Process exited with code 255.

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
37.43 ms | 403 KiB | 8 Q