3v4l.org

run code in 300+ PHP versions simultaneously
<?php if(!class_exists('SimpleXMLElement')) die("Bonkers"); $xml = new SimpleXMLElement('<xml><node></node>'); var_dump(typeof($xml->node)); var_dump(typeof($xml->node->foo)); var_dump(isset($xml->node->foo)); var_dump(is_null($xml->node->foo));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: SimpleXMLElement::__construct(): Entity: line 1: parser error : Premature end of data in tag xml line 1 in /in/fm3NT on line 3 Warning: SimpleXMLElement::__construct(): <xml><node></node> in /in/fm3NT on line 3 Warning: SimpleXMLElement::__construct(): ^ in /in/fm3NT on line 3 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/fm3NT:3 Stack trace: #0 /in/fm3NT(3): SimpleXMLElement->__construct('<xml><node></no...') #1 {main} thrown in /in/fm3NT on line 3
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:
49.36 ms | 402 KiB | 8 Q