3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [ 0 => [ 0 => 123, 1 => 108, 2 => 58, 3 => 23, ], 1 => [ 0 => 93, 1 => 94, 2 => 95, 3 => 172, 4 => 30, ], 2 => [ 0 => 109, 1 => 81, 2 => 79, 3 => 155, ], ]; $result = array_merge(...$arr); print_r($result);
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 123 [1] => 108 [2] => 58 [3] => 23 [4] => 93 [5] => 94 [6] => 95 [7] => 172 [8] => 30 [9] => 109 [10] => 81 [11] => 79 [12] => 155 )

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:
34.83 ms | 406 KiB | 5 Q