3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(json_decode(' { "OtUser" : [ { "id": 1, "account": 1, "OtClient" : { "accountno": "blablabla" } }, { "id": 1, "account": 1, "OtClient" : { "accountno": "blablabla" } } ] } '));
Output for git.master, git.master_jit, rfc.property-hooks
object(stdClass)#5 (1) { ["OtUser"]=> array(2) { [0]=> object(stdClass)#1 (3) { ["id"]=> int(1) ["account"]=> int(1) ["OtClient"]=> object(stdClass)#2 (1) { ["accountno"]=> string(9) "blablabla" } } [1]=> object(stdClass)#3 (3) { ["id"]=> int(1) ["account"]=> int(1) ["OtClient"]=> object(stdClass)#4 (1) { ["accountno"]=> string(9) "blablabla" } } } }

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