3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<items><item/><item/><item/></items>'; $dom = new DOMDocument(); $dom->loadXml($xm); var_dump(iterator_to_array($dom->documentElement->childNodes));
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $xm in /in/4MpUN on line 6 Deprecated: DOMDocument::loadXML(): Passing null to parameter #1 ($source) of type string is deprecated in /in/4MpUN on line 6 Fatal error: Uncaught ValueError: DOMDocument::loadXML(): Argument #1 ($source) must not be empty in /in/4MpUN:6 Stack trace: #0 /in/4MpUN(6): DOMDocument->loadXML('') #1 {main} thrown in /in/4MpUN 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:
39.57 ms | 401 KiB | 8 Q