summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING5
1 files changed, 4 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index f5588964e6..b249da1341 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -185,7 +185,10 @@ UPGRADE NOTES - PHP X.Y
11. Syntax additions
====================
--
+- Array dereferencing.
+ e.g.
+ foo()[0]
+ $foo->bar()[0]
===================
12. Windows support