We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ffa37 commit a311799Copy full SHA for a311799
UPGRADING
@@ -58,7 +58,7 @@ Core:
58
}
59
60
. Array accesses of type $obj["123"], where $obj implements ArrayAccess and
61
- "123" is an integral string literal will no longer result in an implicit
+ "123" is an integer string literal will no longer result in an implicit
62
conversion to integer, i.e., $obj->offsetGet("123") will be called instead
63
of $obj->offsetGet(123). This matches existing behavior for non-literals.
64
The behavior of arrays is not affected in any way, they continue to
0 commit comments