3v4l.org

run code in 300+ PHP versions simultaneously
<?php $json = '{"37":"LG","42":"Volkswagen","49":"Wrigley","50":"Western Digital","56":"Tuborg","57":"Samsung","58":"Seagate","80":"Goodyear","82":"HUGGIES","90":"Gallina Blanca","92":"Boeing"}'; var_dump(json_decode($json));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (11) { ["37"]=> string(2) "LG" ["42"]=> string(10) "Volkswagen" ["49"]=> string(7) "Wrigley" ["50"]=> string(15) "Western Digital" ["56"]=> string(6) "Tuborg" ["57"]=> string(7) "Samsung" ["58"]=> string(7) "Seagate" ["80"]=> string(8) "Goodyear" ["82"]=> string(7) "HUGGIES" ["90"]=> string(14) "Gallina Blanca" ["92"]=> string(6) "Boeing" }

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