From 94ccd5074517fa015c3bdd830a93996fedc978e4 Mon Sep 17 00:00:00 2001 From: Sherif Ramadan Date: Mon, 4 Nov 2013 12:29:05 +0000 Subject: [PATCH] Fix long line width from Revision #332062 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332063 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/filter/filters.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.