3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<EOD <response> <global_status>ok</global_status> <merchant> <id>113</id> <version>1.0</version> </merchant> <sms> <from>10060</from> <package_status>ok</package_status> <phone>+380957700418</phone> <text>Код Вашего билета: 21П-Н1-1847975-1906. ПриватБанк жедает Вам счастливого пути!</text> </sms> </response> EOD; $obj = new SimpleXMLElement($xml); var_dump($obj);
Output for git.master, git.master_jit, rfc.property-hooks
object(SimpleXMLElement)#1 (3) { ["global_status"]=> string(2) "ok" ["merchant"]=> object(SimpleXMLElement)#2 (2) { ["id"]=> string(3) "113" ["version"]=> string(3) "1.0" } ["sms"]=> object(SimpleXMLElement)#3 (4) { ["from"]=> string(5) "10060" ["package_status"]=> string(2) "ok" ["phone"]=> string(13) "+380957700418" ["text"]=> string(130) "Код Вашего билета: 21П-Н1-1847975-1906. ПриватБанк жедает Вам счастливого пути!" } }

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.92 ms | 402 KiB | 8 Q