3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode('[ { "isActive": false, "latitude": 19.120354, "longitude": 11.052805, "favoriteFruit": true }, { "isActive": false, "latitude": -29.410109, "longitude": 139.788479, "favoriteFruit": true } ]', true));
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(4) { ["isActive"]=> bool(false) ["latitude"]=> float(19.120354) ["longitude"]=> float(11.052805) ["favoriteFruit"]=> bool(true) } [1]=> array(4) { ["isActive"]=> bool(false) ["latitude"]=> float(-29.410109) ["longitude"]=> float(139.788479) ["favoriteFruit"]=> bool(true) } }

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