php-src/ext/tokenizer
Dmitry Stogov 8e10e8f921 Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few places).
Switch from ZVAL_ZVAL() to simpler macros where possible (it makes sense to review remaining places)
2015-06-12 12:33:23 +03:00
..
tests Fix tokenizer test due to recent changes 2015-05-26 00:17:27 +02:00
config.m4 - MFH: Use a script to generate tokenizer data from zend_language_parser.h 2007-07-31 23:24:11 +00:00
config.w32 - fix win32 build 2007-08-01 15:13:40 +00: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 MFH: fix tokenizer makefile dependencies on parser/scanner files when built dynamically. (See bug #38762) 2009-03-02 03:54:04 +00:00
package.xml Typo 2007-03-14 09:58:14 +00:00
php_tokenizer.h cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
tokenizer.c Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few places). 2015-06-12 12:33:23 +03:00
tokenizer.php
tokenizer_data.c Regenerate tokenizer data 2015-04-14 21:36:17 +02:00
tokenizer_data_gen.sh Throw ParseException from lexer 2015-04-02 16:31:17 +02:00