mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
[] with other types (bug #41195)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241415 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e8b4bdea6b
commit
a29b8b66e4
1 changed files with 7 additions and 1 deletions
|
@ -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 @@ $third = $str{2};
|
|||
</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 -->
|
||||
|
|
Loading…
Reference in a new issue