Levi Morrison
07a1921a8c
refactor: use ZEND_PARSE_PARAMETERS_NONE() ( #14442 )
...
Prefer:
ZEND_PARSE_PARAMETERS_NONE();
Over:
if (zend_parse_parameters_none() == FAILURE) {
RETURN_THROWS();
}
It's shorter, more modern, and they do the same thing. Technically,
ZEND_PARSE_PARAMETERS_NONE doesn't check that there's an exception,
but it generates one, so it's still cohesive.
2024-06-02 23:58:24 +01:00
..
2024-05-21 23:24:28 +02:00
2021-06-18 15:22:52 +01:00
2021-06-18 15:22:52 +01:00
2024-02-18 11:39:00 +01:00
2024-04-19 22:50:36 +02:00
2024-04-19 22:50:36 +02:00
2022-07-21 15:05:34 +02:00
2024-02-25 08:41:31 +01:00
2024-02-28 15:31:28 +00:00
2022-08-02 16:37:12 +02:00
2023-10-07 13:14:57 +01:00
2024-02-25 08:41:31 +01:00
2024-05-24 15:16:36 -06:00
2023-07-07 18:02:17 +02:00
2023-10-07 13:14:57 +01:00
2024-02-25 08:41:31 +01:00
2024-02-28 15:31:28 +00:00
2022-08-02 16:37:12 +02:00
2023-10-07 13:14:57 +01:00
2021-06-18 15:22:52 +01:00
2024-02-18 11:39:00 +01:00
2021-05-06 12:16:35 +02:00
2021-05-06 12:16:35 +02:00
2021-02-18 13:01:51 +01:00
2024-03-16 07:26:37 +01:00
2024-04-19 22:50:36 +02:00
2021-05-06 12:16:35 +02:00
2024-03-16 07:26:37 +01:00
2022-04-13 20:34:23 +01:00
2022-08-02 16:37:12 +02:00
2024-02-25 08:41:31 +01:00
2024-02-28 15:31:28 +00:00
2022-08-02 16:37:12 +02:00
2024-01-15 10:09:38 +00:00
2024-02-25 08:41:31 +01:00
2024-06-02 23:58:24 +01:00
2023-03-01 18:58:17 +01:00
2023-10-07 13:14:57 +01:00
2024-05-05 13:26:54 +02:00
2024-05-24 15:16:36 -06:00
2022-08-02 16:37:12 +02:00
2024-05-05 13:26:54 +02:00