php-src/ext/simplexml
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
..
tests Run tidy 2020-09-18 14:28:32 +02:00
config.m4 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
config.w32 Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
CREDITS
php_simplexml.h Make SimpleXMLElement a RecursiveIterator 2020-06-24 15:09:21 +02:00
php_simplexml_exports.h Throw on uninitialized SimpleXMLElement 2020-08-13 16:13:02 +02:00
simplexml.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
simplexml.stub.php Display string default values in stubs more uniformly 2020-09-16 21:27:01 +02:00
simplexml_arginfo.h Generate arginfos 2020-09-16 21:28:27 +02:00