From a29b8b66e41cdec0cba5b9c308f761329a4c882d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Fri, 17 Aug 2007 09:25:14 +0000 Subject: [PATCH] [] with other types (bug #41195) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241415 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/language/types.xml b/language/types.xml index 10dcb6e831..62ca309c17 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1,5 +1,5 @@ - + Types @@ -1140,6 +1140,12 @@ $third = $str{2}; + + + Accessing by [] or {} to + variables of other type silently returns &null;. + +