3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = "<?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Telephone.<br>Invalid Mobile Phone.<br></Error></LeadResponse>"; $xml = new SimpleXMLElement($response); $leadID = (string)$xml->LeadResponse->LeadId; var_dump($leadID);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : String not started expecting ' or " in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Malformed declaration expecting version in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Blank needed here in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : parsing XML declaration: '?>' expected in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : AttValue: " or ' expected in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : attributes construct error in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Couldn't find end of Start Tag LeadResponse line 1 in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Extra content at the end of the document in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): <?xml version=1.0 encoding=utf-8?><LeadResponse xmlns=http://tempuri.org/><LeadI in /in/HLcSH on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/HLcSH on line 6 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/HLcSH:6 Stack trace: #0 /in/HLcSH(6): SimpleXMLElement->__construct('<?xml version=1...') #1 {main} thrown in /in/HLcSH on line 6
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:
42.94 ms | 405 KiB | 8 Q