mirror of
https://github.com/php/php-src.git
synced 2026-04-01 21:22:13 +02:00
A char can be either signed or unsigned, and on PowerPC and ARM it is
unsigned. The following code will always be false on these architectures:
if (c == -1) goto error;
45 KiB
45 KiB