3v4l.org

run code in 300+ PHP versions simultaneously
<?php $input = array("red", "green", "blue", "yellow", "somehin", "somehin", "somehin","somehin"); array_splice($input, 1, -3); print_r($input);

preferences:
45.02 ms | 402 KiB | 5 Q