3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array("world", 1, "hello", 1, "hello", "hello", "how"); $new_array = array_count_values($array); print_r($new_array); ?>

preferences:
23.08 ms | 405 KiB | 5 Q