3v4l.org

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

preferences:
39.74 ms | 402 KiB | 5 Q