php-src/ext/intl/timezone
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
..
timezone.stub.php Verify parameter names of function aliases 2020-10-16 10:56:33 +02:00
timezone_arginfo.h Verify parameter names of function aliases 2020-10-16 10:56:33 +02:00
timezone_class.cpp Use true/false instead of TRUE/FALSE in intl 2020-11-09 14:44:11 +01:00
timezone_class.h Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
timezone_methods.cpp Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00