3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = '{"Beeldschermdiagonaal":"10,1 inch (25,7 cm)","Beeldresolutie":"1920 x 1200","Batterijduur":"Tot 12 uur","Gewicht":"525 g","Opslag":"32 GB"}'; var_dump(json_decode($data));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#1 (5) { ["Beeldschermdiagonaal"]=> string(19) "10,1 inch (25,7 cm)" ["Beeldresolutie"]=> string(11) "1920 x 1200" ["Batterijduur"]=> string(10) "Tot 12 uur" ["Gewicht"]=> string(5) "525 g" ["Opslag"]=> string(5) "32 GB" }

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:
77.62 ms | 401 KiB | 8 Q