3v4l.org

run code in 300+ PHP versions simultaneously
<?php $response = "<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 : AttValue: " or ' expected in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): <LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Te in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : attributes construct error in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): <LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Te in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Couldn't find end of Start Tag LeadResponse line 1 in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): <LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Te in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Extra content at the end of the document in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): <LeadResponse xmlns=http://tempuri.org/><LeadId>0</LeadId><Error>Invalid Home Te in /in/e5qYT on line 6 Warning: SimpleXMLElement::__construct(): ^ in /in/e5qYT on line 6 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/e5qYT:6 Stack trace: #0 /in/e5qYT(6): SimpleXMLElement->__construct('<LeadResponse x...') #1 {main} thrown in /in/e5qYT 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:
37.78 ms | 403 KiB | 8 Q