php-src/ext/intl/grapheme
Nikita Popov 3e01f5afb1 Replace zend_bool uses with bool
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.
2021-01-15 12:33:06 +01:00
..
grapheme_string.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
grapheme_util.c Fix out of bounds offset handling with empty needle 2020-10-01 16:41:51 +02:00
grapheme_util.h Fix grapheme out of bounds check 2020-09-22 16:38:53 +02:00
grapheme.h Generate method entries for ext/intl 2020-04-14 13:39:00 +02:00