3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<XML <always> <![CDATA[Document Checklist: Use this checklist to make sure all your documents are complete &amp; ready to go! There are a few things that we need that are often overlooked. * Please verify that your name spelling, middle initial and property address all match the information you submitted to the IRS exactly. * If you've filed taxes under different addresses for one or both of the last two years, please complete line 4 of the form.]]> * Please provide a written signature, we cannot accept electronic signatures on this document. ]]> </always> XML; $sml = new SimpleXMLElement ($xml); $result = $sml->xpath('/always'); $result2 = (string) array_pop($result); echo $result2;
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SimpleXMLElement::__construct(): Entity: line 15: parser error : Sequence ']]>' not allowed in content in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): form.]]> in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): ^ in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): Entity: line 15: parser error : Sequence ']]>' not allowed in content in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): ]]> in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): ^ in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): Entity: line 15: parser error : internal error: detected an error in element content in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): ]]> in /in/QsFdg on line 23 Warning: SimpleXMLElement::__construct(): ^ in /in/QsFdg on line 23 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/QsFdg:23 Stack trace: #0 /in/QsFdg(23): SimpleXMLElement->__construct('<always>\n<![CDA...') #1 {main} thrown in /in/QsFdg on line 23
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:
45.04 ms | 402 KiB | 8 Q