mirror of
https://github.com/php/php-src.git
synced 2026-04-11 10:03:18 +02:00
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'.
19 KiB
19 KiB