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@293045 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
b4951c38fd
commit
968a1753bf
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue