mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fix #72490: FILTER_VALIDATE_INT: unexpected result for bool and float
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339488 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
762d0209c2
commit
e5f52bed94
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@
|
|||
<term><parameter>variable</parameter></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Value to filter.
|
||||
Value to filter. Note that scalar values are <link
|
||||
linkend="language.types.string.casting">converted to
|
||||
string</link> internally before they are filtered.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue