3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = <<<'JSON' {"code":200,"message":"","time":["2014-07-07 09:00","2014-07-07 09:30","2014-07-07 10:00","2014-07-07 10:30","2014-07-07 11:00","2014-07-07 11:30","2014-07-07 12:00","2014-07-07 12:30","2014-07-07 13:00","2014-07-07 13:30","2014-07-07 14:00","2014-07-07 14:30","2014-07-07 15:00","2014-07-07 15:30","2014-07-07 16:00","2014-07-07 16:30","2014-07-07 17:00","2014-07-07 17:30"]} JSON; var_dump(json_decode($json));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (3) { ["code"]=> int(200) ["message"]=> string(0) "" ["time"]=> array(18) { [0]=> string(16) "2014-07-07 09:00" [1]=> string(16) "2014-07-07 09:30" [2]=> string(16) "2014-07-07 10:00" [3]=> string(16) "2014-07-07 10:30" [4]=> string(16) "2014-07-07 11:00" [5]=> string(16) "2014-07-07 11:30" [6]=> string(16) "2014-07-07 12:00" [7]=> string(16) "2014-07-07 12:30" [8]=> string(16) "2014-07-07 13:00" [9]=> string(16) "2014-07-07 13:30" [10]=> string(16) "2014-07-07 14:00" [11]=> string(16) "2014-07-07 14:30" [12]=> string(16) "2014-07-07 15:00" [13]=> string(16) "2014-07-07 15:30" [14]=> string(16) "2014-07-07 16:00" [15]=> string(16) "2014-07-07 16:30" [16]=> string(16) "2014-07-07 17:00" [17]=> string(16) "2014-07-07 17:30" } }

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:
56.29 ms | 403 KiB | 8 Q