mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
e4e1746b3f
ZSTR_LEN(str) is an unsigned integer therefor it is always greater or equal than 0. Detected by -Wtype-limits compiler warning.