mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
4181af42b3
commit
94ccd50745
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue