3v4l.org

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

preferences:
106.28 ms | 1608 KiB | 5 Q