php-src/ext/intl/breakiterator
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
..
breakiterator_arginfo.h Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
breakiterator_class.cpp Clean up BreakIterator create_object handler 2020-08-25 13:11:43 +02:00
breakiterator_class.h Throw exception for unconstructed intl objects 2020-01-05 23:55:14 +01:00
breakiterator_iterators.cpp Add ZVAL_OBJ_COPY macro 2020-06-17 16:36:56 +02:00
breakiterator_iterators.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
breakiterator_methods.cpp Warning to ValueError promotion in Intl extension Part 1 2020-07-31 13:27:22 +01:00
breakiterator.stub.php Improve parameter names in ext/intl 2020-10-12 18:06:45 +02:00
codepointiterator_internal.cpp Use true/false instead of TRUE/FALSE in intl 2020-11-09 14:44:11 +01:00
codepointiterator_internal.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
codepointiterator_methods.cpp Get rid of method mapping of BreakIterator classes 2020-02-25 23:05:24 +01:00
rulebasedbreakiterator_methods.cpp Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00