Fix bug#50211 (ArrayAccess::offsetSet) $object[] works too)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291226 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2009-11-23 20:57:46 +00:00
parent a6475ec0ba
commit 64d3d54ddd

View file

@ -51,6 +51,25 @@
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
The <parameter>offset</parameter> parameter will be set to &null; if
another value is not available, like in the following example.
<informalexample>
<programlisting role="php">
<![CDATA[
<?php
$arrayoffset[] = "value";
?>
]]>
</programlisting>
</informalexample>
</para>
</note>
</refsect1>
<!--
<refsect1 role="examples">
&reftitle.examples;