Fix long line width from Revision #332062

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332063 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sherif Ramadan 2013-11-04 12:29:05 +00:00
parent 4181af42b3
commit 94ccd50745

View file

@ -124,7 +124,10 @@
</para>
<note>
<para>
As of PHP 5.4.11, the numbers +0 and -0 validate as both integers as well as floats (using <constant>FILTER_VALIDATE_FLOAT</constant> and <constant>FILTER_VALIDATE_INT</constant>). Before PHP 5.4.11 they only validated as floats (using <constant>FILTER_VALIDATE_FLOAT</constant>).
As of PHP 5.4.11, the numbers +0 and -0 validate as both integers as well
as floats (using <constant>FILTER_VALIDATE_FLOAT</constant> and
<constant>FILTER_VALIDATE_INT</constant>). Before PHP 5.4.11 they only
validated as floats (using <constant>FILTER_VALIDATE_FLOAT</constant>).
</para>
<para>
When <parameter>default</parameter> is set to option, <parameter>default</parameter>'s value is used if value is not validated.