mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
`zend_uchar` suggests that the value is an ASCII character, but here, it's about very small integers. This is misleading, so let's use a C99 integer instead. On all architectures currently supported by PHP, `zend_uchar` and `uint8_t` are identical. This change is only about code readability.
6.0 KiB
6.0 KiB