3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = '<namesilo><request><operation>checkRegisterAvailability</operation><ip>1.1.1.1</ip></request><reply><code>300</code><detail>success</detail><available><domain price="11.79" premium="0">nononononodneodneond.net</domain></available></reply></namesilo>'; $simple = new simplexmlelement($xml); var_dump($simple);
Output for git.master, git.master_jit, rfc.property-hooks
object(SimpleXMLElement)#1 (2) { ["request"]=> object(SimpleXMLElement)#2 (2) { ["operation"]=> string(25) "checkRegisterAvailability" ["ip"]=> string(7) "1.1.1.1" } ["reply"]=> object(SimpleXMLElement)#3 (3) { ["code"]=> string(3) "300" ["detail"]=> string(7) "success" ["available"]=> object(SimpleXMLElement)#4 (1) { ["domain"]=> string(24) "nononononodneodneond.net" } } }

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:
53.61 ms | 406 KiB | 5 Q