Menu
← Back to all error identifiers
Error Identifiers: offsetAccess.*
There are 5 error identifiers in the offsetAccess.* group:
-
Value used as an array key is not a valid array key type.
-
Empty dimension access is used for reading, which is not valid in PHP.
-
Array destructuring is used on a type that is not an array.
-
Offset access is used on a type that does not support it.
-
Accessed array offset does not exist on the given type.