summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Implement numeric literal separatorsTheodore Brown2019-06-141-28/+105
* Revert "Rename *.l files to *.re"Joe Watkins2019-05-201-0/+2809
* Rename *.l files to *.rePeter Kokot2019-05-171-2809/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-05-131-1/+2
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-131-1/+2
| |\
| | * Fix #77993: Wrong parse error for invalid hex literal on WindowsTheodore Brown2019-05-131-1/+2
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Implement arrow functionsNikita Popov2019-05-021-0/+4
* | | Revert "Switch to bison location tracking"Nikita Popov2019-03-281-14/+11
* | | Switch to bison location trackingNikita Popov2019-03-211-11/+14
* | | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-0/+1
* | | Fixed memory leakDmitry Stogov2019-02-191-1/+7
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Implement ??= operatorNikita Popov2019-01-221-0/+4
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
* | | Merge branch 'PHP-7.3'Nikita Popov2018-10-101-0/+2
|\ \ \ | |/ /
| * | Fixed bug #76991Nikita Popov2018-10-101-0/+2
* | | Rename ZEND_ACC_NO_RT_ARENA into ZEND_ACC_HEAP_RT_CACHE and use it for pseudo...Dmitry Stogov2018-10-021-0/+3
* | | Remove HAVE_STDARG_HPeter Kokot2018-09-181-3/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-2/+2
* | Fixed bug #76439Nikita Popov2018-06-271-45/+73
* | use defined macroXinchen Hui2018-06-181-5/+5
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-3/+3
* | Avoid useless checks, using zend_string_efree(), in cases where the string is...Dmitry Stogov2018-05-081-2/+2
* | Implement flexible heredoc/nowdoc syntaxThomas Punt2018-04-131-47/+281
* | Optmized AST creationDmitry Stogov2018-03-151-1/+1
* | PHP scanner optimizationDmitry Stogov2018-03-151-38/+75
* | PHP scanner optimizationDmitry Stogov2018-03-141-42/+59
* | PHP scanner optimizationDmitry Stogov2018-03-141-20/+89
* | Revert "Handle scanner error in first place (don't hide them from ext/tokeniz...Dmitry Stogov2018-03-141-23/+11
* | Handle scanner error in first place (don't hide them from ext/tokenizer) and ...Dmitry Stogov2018-03-131-11/+23
* | Eliminate duplicationDmitry Stogov2018-01-171-13/+23
* | year++Xinchen Hui2018-01-021-1/+1
* | Cleanup type conversionDmitry Stogov2017-12-071-3/+1
|/
* Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2017-07-211-2/+0
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-07-211-2/+0
| |\
| | * Fixed bug #74947 (Segfault in scanner on INF number)Xinchen Hui2017-07-211-2/+0
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-231-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-231-1/+1
| |\ \ | | |/
| | * Fix sequencing UBNikita Popov2017-03-231-1/+1
* | | Merge branch 'PHP-7.1'Sara Golemon2017-03-231-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2017-03-231-1/+2
| |\ \ | | |/
| | * Fix bug where `yield from` is captured too greedilySara Golemon2017-03-231-1/+2
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| | * Fix line number of implicit return in pseudo-main scopeNikita Popov2016-10-121-2/+6
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Simplify increment_lineno handlingNikita Popov2017-03-221-0/+3
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|/ /