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:
Christoph Michael Becker 2016-06-25 11:41:33 +00:00
parent 762d0209c2
commit e5f52bed94

View file

@ -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>