mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
5d585f74b5
commit
b4951c38fd
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue