mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01: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