PossiblyNullArrayAssignment Emitted when trying to set a value on a possibly null array <?php $a = null; $a[0][] = 1;