diff --git a/language/types/string.xml b/language/types/string.xml index f849c5cb94..518fb3d74f 100644 --- a/language/types/string.xml +++ b/language/types/string.xml @@ -780,7 +780,8 @@ $str[strlen($str)-1] = 'e'; - Accessing variables of other types using [] or + Accessing variables of other types (not including arrays or objects + implementing the appropriate interfaces) using [] or {} silently returns &null;.