3v4l.org

run code in 300+ PHP versions simultaneously
<?php $myArray = array( "bar1" => "sample", "bar2" => array( array( "bar1" => "sample", "bar2" => "sample", "bar3" => "111111111", "bar4" => "sample", "bar5" => [ "bar6" => "varr", "bar7" => array( -70.111111111111111, -33.111111111111111 ) ] ) ), "bar8" => 11111 ); print json_encode($myArray);
Output for git.master, git.master_jit, rfc.property-hooks
{"bar1":"sample","bar2":[{"bar1":"sample","bar2":"sample","bar3":"111111111","bar4":"sample","bar5":{"bar6":"varr","bar7":[-70.11111111111111,-33.111111111111114]}}],"bar8":11111}

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:
135.45 ms | 405 KiB | 5 Q