Notice with increment/decrement

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2010-11-17 20:46:44 +00:00
parent 8db3c9e645
commit 64b7b24722

View file

@ -82,6 +82,15 @@ Array
</note>
</refsect1>
<refsect1 role="errors">
&reftitle.errors;
<para>
Issues <constant>E_NOTICE</constant> in an attempt of indirect modification
of overloaded element (like usage of <literal>++</literal> or
<literal>--</literal>).
</para>
</refsect1>
<!--
<refsect1 role="examples">
&reftitle.examples;