# NullArrayAccess Emitted when trying to access an array value on `null` ```php $arr = null; echo $arr[0]; ```