1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/ext/filter/tests
Florian Berberich 07df6594b5 Added range options to the float validation filter
php_filter_int (called via the constant FILTER_VALIDATE_INT) has the options min_range
and max_range. they allow the user to not only test if a value is a double but also if
the value is inside a specific range. php_filter_float (called via the constant
FILTER_VALIDATE_FLOAT) didn't provide this yet, making validation of numeric but
not-only-int values more complicated for the user.
this commits implements the options min_range and max_range for the function
php_filter_float to fix this inconsistency.
2019-04-08 13:22:26 +02:00
..
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2017-10-19 12:09:06 +01:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2017-10-19 12:09:06 +01:00
2018-10-14 12:07:20 -03:00
2018-10-14 19:46:15 +02:00
2018-10-14 19:46:15 +02:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2018-10-14 12:07:20 -03:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2012-10-10 10:27:49 +08:00
2018-10-14 12:07:20 -03:00
2018-10-14 19:46:15 +02:00
2015-03-08 15:27:41 -04:00
2016-07-18 23:33:22 +02:00
2018-10-14 12:07:20 -03:00
2011-09-04 22:21:58 +00:00
2011-09-04 22:21:58 +00:00
2018-10-06 12:29:04 +02:00
2013-05-09 15:57:25 +08:00
2018-10-14 12:07:20 -03:00