3v4l.org

run code in 300+ PHP versions simultaneously
<?php $message = '{"SymfonyComponentEventDispatcherEvent":{"clientId":"10759886","amount":"200.00","fundId":"MTL","currencyId": "840","submitedByManagerDate":"2014-07-29","createDate":"2014-07-29"}}'; $data = json_decode($message); var_dump($data);
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#2 (1) { ["SymfonyComponentEventDispatcherEvent"]=> object(stdClass)#1 (6) { ["clientId"]=> string(8) "10759886" ["amount"]=> string(6) "200.00" ["fundId"]=> string(3) "MTL" ["currencyId"]=> string(3) "840" ["submitedByManagerDate"]=> string(10) "2014-07-29" ["createDate"]=> string(10) "2014-07-29" } }

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