Arnaud Le Blanc
efc8f0ebf8
Deprecate zend_atol() / add zend_ini_parse_quantity() ( #7951 )
...
Add zend_ini_parse_quantity() and deprecate zend_atol(), zend_atoi()
zend_atol() and zend_atoi() don't just do number parsing.
They also check for a 'K', 'M', or 'G' at the end of the string,
and multiply the parsed value out accordingly.
Unfortunately, they ignore any other non-numerics between the
numeric component and the last character in the string.
This means that numbers such as the following are both valid
and non-intuitive in their final output.
* "123KMG" is interpreted as "123G" -> 132070244352
* "123G " is interpreted as "123 " -> 123
* "123GB" is interpreted as "123B" -> 123
* "123 I like tacos." is also interpreted as "123." -> 123
Currently, in php-src these functions are used only for parsing ini values.
In this change we deprecate zend_atol(), zend_atoi(), and introduce a new
function with the same behavior, but with the ability to report invalid inputs
to the caller. The function's name also makes the behavior less unexpected:
zend_ini_parse_quantity().
Co-authored-by: Sara Golemon <pollita@php.net >
2022-06-17 14:12:53 +02:00
..
2022-04-22 18:14:08 +02:00
2022-06-14 13:59:55 +03:00
2021-04-03 15:23:25 +02:00
2022-06-14 12:00:26 +03:00
2021-04-03 15:23:25 +02:00
2021-09-16 12:46:53 +02:00
2021-04-03 15:23:25 +02:00
2021-09-22 15:55:25 +02:00
2021-04-03 15:23:25 +02:00
2020-02-03 22:52:20 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-09 15:41:00 +02:00
2021-05-28 15:46:04 +02:00
2013-03-25 13:05:16 +04:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-10-14 14:29:22 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-09 15:41:00 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2022-06-17 14:12:53 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2022-06-17 14:12:53 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-05-28 15:46:04 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-07-19 13:44:20 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-02-03 22:52:20 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2019-06-13 12:35:29 +02:00
2019-06-13 12:35:29 +02:00
2019-06-13 12:35:29 +02:00
2021-04-03 15:23:25 +02:00
2022-05-22 23:27:47 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2022-05-22 23:27:47 +02:00
2021-04-03 15:23:25 +02:00
2021-07-30 10:27:51 +02:00
2021-07-30 10:27:51 +02:00
2021-07-30 10:27:51 +02:00
2021-07-30 10:27:51 +02:00
2021-07-30 10:27:51 +02:00
2021-07-30 10:27:51 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-14 00:21:37 +08:00
2021-05-06 10:46:00 +02:00
2021-05-17 15:46:49 +02:00
2021-07-20 14:41:43 +02:00
2021-11-17 18:23:36 +03:00
2021-11-17 18:23:36 +03:00
2021-05-29 11:33:13 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2022-04-22 18:14:08 +02:00
2022-04-22 18:14:08 +02:00
2022-04-22 18:14:08 +02:00
2022-04-21 11:57:12 +02:00
2022-04-21 11:57:12 +02:00
2022-05-13 12:35:00 +02:00
2021-09-16 14:43:08 +02:00
2021-04-05 06:34:13 +01:00
2021-10-11 12:41:46 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2022-06-07 13:35:34 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-06-16 13:08:54 +02:00
2021-09-17 16:32:29 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2013-04-10 21:41:30 +04:00
2014-02-14 17:12:52 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-09 12:24:12 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-02-03 22:52:20 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-07-30 15:09:49 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-07-30 15:09:49 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2019-06-18 17:18:49 +03:00
2020-02-03 22:52:20 +01:00
2020-02-03 22:52:20 +01:00
2021-04-03 15:23:25 +02:00
2019-12-11 12:21:49 +03:00
2021-04-03 15:23:25 +02:00
2019-12-10 13:06:36 +01:00
2021-04-03 15:23:25 +02:00
2019-07-04 11:05:01 +02:00
2019-07-04 11:05:01 +02:00
2021-08-02 10:41:27 +02:00
2021-08-02 10:41:27 +02:00
2020-11-04 10:54:08 +01:00
2021-04-03 15:23:25 +02:00
2020-11-03 16:45:13 +01:00
2021-04-03 15:23:25 +02:00
2021-07-27 14:36:38 +02:00
2021-07-30 10:27:51 +02:00
2021-08-16 15:04:17 +02:00
2021-08-16 15:04:17 +02:00
2021-08-16 15:05:32 +02:00
2020-02-03 22:52:20 +01:00
2019-02-15 17:36:40 +01:00
2019-02-15 17:36:40 +01:00
2020-11-03 15:29:18 +01:00
2020-11-03 15:29:18 +01:00
2021-04-03 15:23:25 +02:00
2019-02-15 16:56:32 +01:00
2019-02-15 16:56:32 +01:00
2019-12-10 13:05:48 +01:00
2021-07-27 10:50:31 +02:00
2019-12-10 13:05:48 +01:00
2021-04-03 15:23:25 +02:00
2019-12-10 13:05:48 +01:00
2021-04-03 15:23:25 +02:00
2020-11-04 15:42:52 +01:00
2022-05-22 23:27:47 +02:00
2019-07-05 11:00:27 +02:00
2019-02-21 10:59:30 +01:00
2020-11-03 16:24:54 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-05-04 16:27:45 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-11-05 16:35:08 +01:00
2021-04-03 15:23:25 +02:00
2019-12-12 11:52:43 +01:00
2022-05-22 23:27:47 +02:00
2019-02-18 13:46:13 +03:00
2019-02-15 13:03:46 +01:00
2019-12-10 13:05:48 +01:00
2019-12-10 13:05:48 +01:00
2021-04-03 15:23:25 +02:00
2021-07-30 15:09:49 +02:00
2020-11-03 14:49:10 +01:00
2021-04-03 15:23:25 +02:00
2021-07-27 12:07:22 +02:00
2021-09-21 14:35:45 +02:00
2021-11-01 12:31:34 +01:00
2021-06-10 10:52:53 +02:00
2021-06-10 11:43:15 +03:00
2021-04-03 15:23:25 +02:00
2019-12-12 09:39:52 +01:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-09-16 11:31:06 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2020-05-20 11:20:21 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-03 15:23:25 +02:00
2021-04-09 15:41:00 +02:00