Added markup to E_NOTICE.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simion Onea 2010-01-03 18:55:11 +00:00
parent 5d585f74b5
commit b4951c38fd

View file

@ -24,7 +24,8 @@
<listitem>
<para>
May be any scalar type. <function>floatval</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>
</listitem>
</varlistentry>