3v4l.org

run code in 300+ PHP versions simultaneously
<?php $arr = array( 'we7290e4d1_zemi06'=>'dir/aaa/', 'we7290e4d1_zemi07'=>'dir/aaa/', 'we7290e4d1_zemi08'=>'dir/bbb/', 'we7290e4d1_zemi09'=>'dir/aaa/', 'we7290e4d1_zemi10'=>'dir/ccc/', 'we7290e4d1_zemi11'=>'dir/ccc/', ); $uniq_arr = array_unique($arr); var_dump($uniq_arr);
Output for git.master, git.master_jit, rfc.property-hooks
array(3) { ["we7290e4d1_zemi06"]=> string(8) "dir/aaa/" ["we7290e4d1_zemi08"]=> string(8) "dir/bbb/" ["we7290e4d1_zemi10"]=> string(8) "dir/ccc/" }

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:
57.62 ms | 401 KiB | 8 Q