3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [1, 2, 3, 4]; $index = 2; $value = 9; $remains = array_splice($array, max(0, $index - 1)); var_export( array_merge( $array, [$value], $remains ) );

preferences:
24.85 ms | 407 KiB | 5 Q