php-src/ext/tokenizer
George Peter Banyard fa8d9b1183 Improve type declarations for Zend APIs
Voidification of Zend API which always succeeded
Use bool argument types instead of int for boolean arguments
Use bool return type for functions which return true/false (1/0)
Use zend_result return type for functions which return SUCCESS/FAILURE as they don't follow normal boolean semantics

Closes GH-6002
2020-08-28 15:41:27 +02:00
..
tests Implement Shorter Attribute Syntax 2020-07-28 15:28:57 +02: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
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.c Improve type declarations for Zend APIs 2020-08-28 15:41:27 +02:00
tokenizer.stub.php Generate function entries from stubs for a couple of extensions 2020-04-14 11:49:02 +02:00
tokenizer_arginfo.h Include stub hash in generated arginfo files 2020-06-24 09:55:19 +02:00
tokenizer_data.c Implement Shorter Attribute Syntax 2020-07-28 15:28:57 +02:00
tokenizer_data_gen.sh Add PhpToken class 2020-03-26 11:09:18 +01:00