Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
Don't automatically convert literal string keys to integers on array access, as we may be dealing with an ArrayAccess object, rather than a plain array.