# PossiblyInvalidArrayOffset Emitted when it’s possible that the array offset is not applicable to the value you’re trying to access. ```php 5] : "hello"; echo $arr[0]; ```