3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = '[["#1","[d][fA]",1,6,0],["#2","[d][mA]+",1,6,0]]'; var_dump( json_decode($a) );
Output for git.master, git.master_jit, rfc.property-hooks
array(2) { [0]=> array(5) { [0]=> string(2) "#1" [1]=> string(7) "[d][fA]" [2]=> int(1) [3]=> int(6) [4]=> int(0) } [1]=> array(5) { [0]=> string(2) "#2" [1]=> string(8) "[d][mA]+" [2]=> int(1) [3]=> int(6) [4]=> int(0) } }

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.3 ms | 402 KiB | 8 Q