vrana Fri Aug 17 09:25:14 2007 UTC
Modified files:
/phpdoc/en/language types.xml
Log:
[] with other types (bug #41195)
http://cvs.php.net/viewvc.cgi/phpdoc/en/language/types.xml?r1=1.184&r2=1.185&diff_format=u
Index: phpdoc/en/language/types.xml
diff -u phpdoc/en/language/types.xml:1.184 phpdoc/en/language/types.xml:1.185
--- phpdoc/en/language/types.xml:1.184 Fri Aug 17 09:16:49 2007
+++ phpdoc/en/language/types.xml Fri Aug 17 09:25:14 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.184 $ -->
+<!-- $Revision: 1.185 $ -->
<chapter xml:id="language.types" xmlns="http://docbook.org/ns/docbook">
<title>Types</title>
@@ -1140,6 +1140,12 @@
</programlisting>
</example>
</para>
+ <note>
+ <para>
+ Accessing by <literal>[]</literal> or <literal>{}</literal> to
+ variables of other type silently returns &null;.
+ </para>
+ </note>
</sect3>
</sect2><!-- end syntax -->