1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00
Files
archived-php-src/sapi/phpdbg
Niels e288438373 Remove unnecessary check of p in phpdbg_trim (#10122)
The check checks whether p is non-NULL. But if it were NULL the function
would crash in later code, so the check is useless.
It seems like *p was intended, but that is redundant as well because
isspace would return false on '\0'.
2022-12-18 03:19:10 +01:00
..
2022-06-29 14:04:40 +02:00
2021-11-23 15:34:12 +03:00
2021-06-13 21:08:35 +02:00
2021-06-13 21:08:35 +02:00
2022-05-12 14:55:11 +02:00
2022-11-28 17:12:07 +01:00
2020-02-03 13:41:31 +01:00