From: Sebastian Bergmann Date: Thu, 20 Sep 2018 15:53:27 +0000 (-0400) Subject: Fix X-Git-Tag: php-7.3.0RC2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3117998648c61f6094d0feaac02f108c8c58f6a;p=php Fix --- diff --git a/UPGRADING b/UPGRADING index 634b10deab..d632a23b2d 100644 --- a/UPGRADING +++ b/UPGRADING @@ -58,7 +58,7 @@ Core: } . Array accesses of type $obj["123"], where $obj implements ArrayAccess and - "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 conversion to integer, i.e., $obj->offsetGet("123") will be called instead of $obj->offsetGet(123). This matches existing behavior for non-literals. The behavior of arrays is not affected in any way, they continue to