3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<<EOS <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <paymentresponse> <merchant> <merchantid>10000001</merchantid> <accountid>20000001</accountid> </merchant> <transaction> <merchantref>Fh8F9fEpeK8qUFMHt0Vl</merchantref> </transaction> <status> <code>SUCCESS</code> <message>Request Successful</message> <reasons> <reason>VA1</reason> </reasons> <timestamp>2012-06-21T16:56:39.154+01:00</timestamp> </status> <requestkey>3b5bee9ffa8a446e8f30161516af1527</requestkey> </paymentresponse> EOS; var_dump(json_decode(json_encode((array)simplexml_load_string($xml)), 1));
Output for git.master, git.master_jit, rfc.property-hooks
array(4) { ["merchant"]=> array(2) { ["merchantid"]=> string(8) "10000001" ["accountid"]=> string(8) "20000001" } ["transaction"]=> array(1) { ["merchantref"]=> string(20) "Fh8F9fEpeK8qUFMHt0Vl" } ["status"]=> array(4) { ["code"]=> string(7) "SUCCESS" ["message"]=> string(18) "Request Successful" ["reasons"]=> array(1) { ["reason"]=> string(3) "VA1" } ["timestamp"]=> string(29) "2012-06-21T16:56:39.154+01:00" } ["requestkey"]=> string(32) "3b5bee9ffa8a446e8f30161516af1527" }

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:
41.02 ms | 402 KiB | 8 Q