<?php $arr = [ 1 => 'Hello', 3 => 'World', ]; $ix = 1; $arr[$ix+1] = 'Brave New'; var_dump($arr);
You have javascript disabled. You will not be able to edit any code.