<?php $array = ['first']; if (isset($array[2])) { echo "Key 2 exists"; } echo "Now the code just flows through";
You have javascript disabled. You will not be able to edit any code.