php-src/ext/tokenizer
Nikita Popov 641f9615cc Fix handling of overflowing invalid octal in tokenizer
If token_get_all() is used, we still need to correctly distinguish
LNUMBER vs DNUMBER here for backwards compatibility.
2019-10-14 16:36:27 +02:00
..
tests Fix handling of overflowing invalid octal in tokenizer 2019-10-14 16:36:27 +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 - 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 Cleanup unused module globals 2019-03-12 13:44:05 +03:00
tokenizer_data_gen.sh Enhance the tokenizer data generator script 2019-05-14 21:50:29 +02:00
tokenizer_data.c Don't specify precedence for T_INC/T_DEC 2019-08-27 21:59:56 +02:00
tokenizer.c Reduce memory used by token_get_all() 2019-09-28 21:29:58 +02:00