# PossiblyUndefinedStringArrayOffset Emitted when the config flag `ensureArrayStringOffsetsExist` is set to `true` and an integer-keyed offset is not checked for existence ```php $arr */ function foo(array $arr) : void { echo $arr["hello"]; } ```