diff --git a/language/types/array.xml b/language/types/array.xml
index 2e25d9fb7e..f80b6019d6 100644
--- a/language/types/array.xml
+++ b/language/types/array.xml
@@ -296,6 +296,34 @@ string(3) "foo"
+
+ As of PHP 5.4 it is possible to array dereference the result of a function or method
+ call directly. Before it was only possible using a temporary variable.
+
+
+
+ Array dereferencing
+
+
+]]>
+
+
+
Attempting to access an array key which has not been defined is