summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sb@sebastian-bergmann.de>2018-09-20 11:53:27 -0400
committerSebastian Bergmann <sb@sebastian-bergmann.de>2018-09-20 11:53:27 -0400
commita3117998648c61f6094d0feaac02f108c8c58f6a (patch)
treec3502cc3c995d149bc7e9469651125c461a0b59e
parentb8ffa3707c07e6edbe5db5a3fdf5516ba1f6bef0 (diff)
downloadphp-git-a3117998648c61f6094d0feaac02f108c8c58f6a.tar.gz
Fix
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
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