3v4l.org

run code in 300+ PHP versions simultaneously
<?php $counts = array ( 'count_one' => '1', 0 => '1', 'count_two' => '2', 1 => '2', 'count_three' => '3', 2 => '3', 'count_four' => '4', 3 => '4', 'count_five' => '5', 4 => '5', 'count_six' => '6', 5 => '6', 'count_seven' => '7', 6 => '7', 'count_eight' => NULL, 7 => NULL, ); $count = implode(array_unique($counts)); var_export($count);

preferences:
35.32 ms | 402 KiB | 5 Q