3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = <<<XML <MembershipCardLists> <MembershipCardInfo> <CardNo>8898990000000083</CardNo> </MembershipCardInfo> <MembershipCardInfo> <CardNo>8898000000000260</CardNo> </MembershipCardInfo> </MembershipCardLists> /*<items> <hats> <a id="Chicago BULLS" img="bulls.jpeg" cost="$25.00" /> <b id="Toronto RAPTORS" img="raptors.jpeg" cost="$25.00" /> <c id="Orlando MAGIC" img="magic.jpeg" cost="$25.00" /> </hats> <clothes> <a id="Chicago BULLS 23" img="bullstee.jpeg" cost="$30.00" /> <b id="Toronto RAPTORS 23" img="torontotee.jpeg" cost="$30.00" /> <c id="Orlando MAGIC 23" img="magictee.jpeg" cost="$30.00" /> </clothes> </items>*/ XML; $xml = simplexml_load_string($x); foreach ($xml->children() as $name => $value) { echo "$name: <br />"; //foreach ($value->children() as $item) { //echo "$item[id], $item[img], $item[cost]<br />"; //} }
Output for git.master, git.master_jit
Warning: simplexml_load_string(): Entity: line 11: parser error : Extra content at the end of the document in /in/kIkXO on line 27 Warning: simplexml_load_string(): /*<items> in /in/kIkXO on line 27 Warning: simplexml_load_string(): ^ in /in/kIkXO on line 27 Fatal error: Uncaught Error: Call to a member function children() on bool in /in/kIkXO:29 Stack trace: #0 {main} thrown in /in/kIkXO on line 29
Process exited with code 255.
Output for rfc.property-hooks
Warning: simplexml_load_string(): Entity: line 11: parser error : Extra content at the end of the document in /in/kIkXO on line 27 Warning: simplexml_load_string(): /*<items> in /in/kIkXO on line 27 Warning: simplexml_load_string(): ^ in /in/kIkXO on line 27 Fatal error: Uncaught Error: Call to a member function children() on false in /in/kIkXO:29 Stack trace: #0 {main} thrown in /in/kIkXO on line 29
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.78 ms | 401 KiB | 8 Q