mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.