3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '[{"id":"d5657d38","message_id":"160","created_on":"2014/07/11 17:10:01","enterprise_id":"MYWJwwVF"},{"id":"b2413ef1","message_id":"159","creat‌​ed_on":"2014/07/11 17:10:10","enterprise_id":"MYWJwwVF"}]'; var_dump(json_decode($data, true));
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(4) { ["id"]=> string(8) "d5657d38" ["message_id"]=> string(3) "160" ["created_on"]=> string(19) "2014/07/11 17:10:01" ["enterprise_id"]=> string(8) "MYWJwwVF" } [1]=> array(4) { ["id"]=> string(8) "b2413ef1" ["message_id"]=> string(3) "159" ["creat‌​ed_on"]=> string(19) "2014/07/11 17:10:10" ["enterprise_id"]=> string(8) "MYWJwwVF" } }

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