]> granicus.if.org Git - php/commitdiff
Fix
authorSebastian Bergmann <sb@sebastian-bergmann.de>
Thu, 20 Sep 2018 15:53:27 +0000 (11:53 -0400)
committerSebastian Bergmann <sb@sebastian-bergmann.de>
Thu, 20 Sep 2018 15:53:27 +0000 (11:53 -0400)
UPGRADING

index 634b10deab36df8643ffac368de7a903a350263b..d632a23b2d643f38a42a40a9cf574f7e48d7dfa3 100644 (file)
--- 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