Added markup to E_NOTICE.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simion Onea 2010-01-03 19:05:59 +00:00
parent b4951c38fd
commit 968a1753bf

View file

@ -17,7 +17,8 @@
Returns the <type>integer</type> value of <parameter>var</parameter>,
using the specified <parameter>base</parameter> for the conversion
(the default is base 10). <function>intval</function> should not be used
on objects, as doing so will emit an E_NOTICE level error and return 1.
on objects, as doing so will emit an <constant>E_NOTICE</constant> level
error and return 1.
</para>
</refsect1>