diff --git a/reference/filter/filters.xml b/reference/filter/filters.xml index aeb22efd14..cd91896b61 100644 --- a/reference/filter/filters.xml +++ b/reference/filter/filters.xml @@ -124,7 +124,10 @@ - As of PHP 5.4.11, the numbers +0 and -0 validate as both integers as well as floats (using FILTER_VALIDATE_FLOAT and FILTER_VALIDATE_INT). Before PHP 5.4.11 they only validated as floats (using FILTER_VALIDATE_FLOAT). + As of PHP 5.4.11, the numbers +0 and -0 validate as both integers as well + as floats (using FILTER_VALIDATE_FLOAT and + FILTER_VALIDATE_INT). Before PHP 5.4.11 they only + validated as floats (using FILTER_VALIDATE_FLOAT). When default is set to option, default's value is used if value is not validated.