3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<XML <?xml version='1.0'?> <document 0="name"> </document> XML; $xml = simplexml_load_string($string); print_r($xml);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: simplexml_load_string(): Entity: line 2: parser error : error parsing attribute name in /in/LDjUI on line 10 Warning: simplexml_load_string(): <document 0="name"> in /in/LDjUI on line 10 Warning: simplexml_load_string(): ^ in /in/LDjUI on line 10 Warning: simplexml_load_string(): Entity: line 2: parser error : attributes construct error in /in/LDjUI on line 10 Warning: simplexml_load_string(): <document 0="name"> in /in/LDjUI on line 10 Warning: simplexml_load_string(): ^ in /in/LDjUI on line 10 Warning: simplexml_load_string(): Entity: line 2: parser error : Couldn't find end of Start Tag document line 2 in /in/LDjUI on line 10 Warning: simplexml_load_string(): <document 0="name"> in /in/LDjUI on line 10 Warning: simplexml_load_string(): ^ in /in/LDjUI on line 10 Warning: simplexml_load_string(): Entity: line 2: parser error : Extra content at the end of the document in /in/LDjUI on line 10 Warning: simplexml_load_string(): <document 0="name"> in /in/LDjUI on line 10 Warning: simplexml_load_string(): ^ in /in/LDjUI on line 10

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:
33.57 ms | 403 KiB | 8 Q