3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = [['home_id' => 51, '0' => 51, 'home_what' => 'bann', '1' => 'bann', 'home_artid' => '', '2' => '', 'home_bannid' => 27, '3' => 27]]; $result = array_map("array_unique", $arr); print_r($result);
Output for rfc.property-hooks, git.master_jit, git.master
Array ( [0] => Array ( [home_id] => 51 [home_what] => bann [home_artid] => [home_bannid] => 27 ) )

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:
43.33 ms | 2042 KiB | 4 Q