1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/sapi
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-11-28 17:12:07 +01:00
2022-11-23 11:37:19 +00:00
2022-09-17 15:44:58 +02:00
2022-12-10 14:14:20 +00:00