summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Expand)AuthorAgeFilesLines
* Run tokenizer_data_gen.sh to reorganize tokensGabriel Caruso2018-07-291-70/+70
* Remove unused Git attributes identPeter Kokot2018-07-256-10/+0
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-3/+3
* Fix typos...Nikita Popov2018-06-271-1/+1
* Fixed bug #76538Nikita Popov2018-06-272-9/+22
* Fixed typoXinchen Hui2018-06-181-1/+1
* Fixed bug #76437 (token_get_all with TOKEN_PARSE flag fails to recognise clos...Xinchen Hui2018-06-182-2/+44
* Implement flexible heredoc/nowdoc syntaxThomas Punt2018-04-131-0/+416
* PHP scanner optimizationDmitry Stogov2018-03-141-2/+1
* Revert "Handle scanner error in first place (don't hide them from ext/tokeniz...Dmitry Stogov2018-03-142-7/+5
* Handle scanner error in first place (don't hide them from ext/tokenizer) and ...Dmitry Stogov2018-03-132-5/+7
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-202-2/+2
* Use int instead of integer in type errorsGabriel Caruso2018-02-041-2/+2
* year++Xinchen Hui2018-01-024-4/+4
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Remove tokenizer PHP example scriptPeter Kokot2017-10-191-35/+0
* Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-45/+0
* Use ZSTR_CHAR in token_get_all()Nikita Popov2017-03-221-31/+24
* Simplify increment_lineno handlingNikita Popov2017-03-221-10/+5
* Update copyright headers to 2017Sammy Kaye Powers2017-01-024-4/+4
* Use new param API in tokenizerSara Golemon2016-12-311-6/+8
* Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-8/+10
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-014-4/+4
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-014-4/+4
| * bump yearXinchen Hui2015-01-153-3/+3
* | Fix #70831: Compile fails on system with 160 CPUsDaniel Axtens2015-12-061-0/+1
* | adds missing tokens to list of semi-reserved words and regenerates test suiteMárcio Almada2015-09-041-12/+19
* | Don't return T_ERROR from token_get_all()Nikita Popov2015-07-094-12/+10
* | Fix bug #69430Nikita Popov2015-07-094-23/+54
* | Update token_get_all() arginfoNikita Popov2015-07-091-1/+2
* | Remove these old references to the DSP files we don't use anymoreKalle Sommer Nielsen2015-06-221-1/+0
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-146-26/+295
|\ \
| * | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla...Dmitry Stogov2015-06-121-2/+3
| * | Fix tokenizer test due to recent changesBob Weinand2015-05-261-1/+1
| * | add missing SKIPIF section on testMárcio Almada2015-04-301-0/+2
| * | ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-305-21/+287
| * | fix indentation + remove c++ commentsMárcio Almada2015-04-301-5/+5
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-1/+1
|/ /
* | Regenerate tokenizer dataNikita Popov2015-04-141-0/+2
* | Throw ParseException from lexerNikita Popov2015-04-023-1/+33
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-5/+4
* | Regenerate ext/tokenizer dataNikita Popov2015-03-132-3/+5
* | Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER.Márcio Almada2015-02-081-4/+0
* | bump yearXinchen Hui2015-01-153-3/+3
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | Merge branch 'master' into zppFailOnOverflowAndrea Faulds2014-11-291-2/+2
|\ \
| * | fix testAnatol Belski2014-11-201-1/+1
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2