php-src/ext/tokenizer
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 Fixed bug #80462 2020-12-02 10:19:32 +01:00
config.m4 Normalize comments in *nix build system m4 files 2019-05-12 18:43:03 +02:00
config.w32 Sync leading and final newlines in source code files 2018-10-14 12:56:38 +02:00
CREDITS - MFH: Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:24:11 +00:00
Makefile.frag Fix #70831: Compile fails on system with 160 CPUs 2015-12-06 12:37:08 +01:00
php_tokenizer.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00
tokenizer_arginfo.h Rename PhpToken::getAll() to PhpToken::tokenize() 2020-11-09 09:40:31 +01:00
tokenizer_data_gen.sh Add PhpToken class 2020-03-26 11:09:18 +01:00
tokenizer_data.c Implement Shorter Attribute Syntax 2020-07-28 15:28:57 +02:00
tokenizer.c Replace zend_bool uses with bool 2021-01-15 12:33:06 +01:00
tokenizer.stub.php Rename PhpToken::getAll() to PhpToken::tokenize() 2020-11-09 09:40:31 +01:00