3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array( array("id" => 7867867, "title" => "Must Be #3"), array("id" => 3452342, "title" => "Must Be #1"), array("id" => 1231233, "title" => "Must Be #4"), array("id" => 5867867, "title" => "Must Be #2"), array("id" => 1111111, "title" => "Dont Care #1"), array("id" => 2222222, "title" => "Dont Care #2"), array("id" => 3333333, "title" => "Dont Care #3"), array("id" => 4444444, "title" => "Dont Care #4") ); var_dump($array); // after ?>
Output for git.master, git.master_jit, rfc.property-hooks
array(8) { [0]=> array(2) { ["id"]=> int(7867867) ["title"]=> string(10) "Must Be #3" } [1]=> array(2) { ["id"]=> int(3452342) ["title"]=> string(10) "Must Be #1" } [2]=> array(2) { ["id"]=> int(1231233) ["title"]=> string(10) "Must Be #4" } [3]=> array(2) { ["id"]=> int(5867867) ["title"]=> string(10) "Must Be #2" } [4]=> array(2) { ["id"]=> int(1111111) ["title"]=> string(12) "Dont Care #1" } [5]=> array(2) { ["id"]=> int(2222222) ["title"]=> string(12) "Dont Care #2" } [6]=> array(2) { ["id"]=> int(3333333) ["title"]=> string(12) "Dont Care #3" } [7]=> array(2) { ["id"]=> int(4444444) ["title"]=> string(12) "Dont Care #4" } }

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