summaryrefslogtreecommitdiff
path: root/ext/tokenizer
Commit message (Expand)AuthorAgeFilesLines
* Enhance the tokenizer data generator scriptPeter Kokot2019-05-141-20/+23
* Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* Implement arrow functionsNikita Popov2019-05-021-0/+2
* Revert "Switch to bison location tracking"Nikita Popov2019-03-281-4/+11
* Fix tokenizer_data_gen.sh for non-posix bisonGuilliam Xavier2019-03-242-22/+22
* Switch to bison location trackingNikita Popov2019-03-211-11/+4
* Cleanup unused module globalsDmitry Stogov2019-03-121-6/+0
* More zpp error/variation test removalsNikita Popov2019-03-081-37/+0
* Clean *nix build systemPeter Kokot2019-03-071-2/+0
* Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+5
* Remove zpp variation testsNikita Popov2019-02-051-287/+0
* Remove local variablesPeter Kokot2019-02-032-18/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-304-4/+4
* Implement ??= operatorNikita Popov2019-01-221-0/+3
* Make tokenizer test robust against token renumberingNikita Popov2019-01-221-26/+5
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-153-3/+3
* Trim trailing whitespace in *.phptPeter Kokot2018-10-1414-25/+25
* Trim trailing whitespace in testsGabriel Caruso2018-10-145-9/+9
* Sync leading and final newlines in source code filesPeter Kokot2018-10-142-3/+0
* Fixed bug #76991Nikita Popov2018-10-101-0/+38
* 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