summaryrefslogtreecommitdiff
path: root/Zend/zend_language_scanner.l
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-10-141-1/+3
* | Make sure TOKEN_PARSE mode is thread safeNikita Popov2016-07-231-2/+8
* | Fixed compilation warningsDmitry Stogov2016-06-211-3/+3
* | Raise compiler warning on octal overflowSara Golemon2016-05-141-0/+6
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-0/+1
* | Revert "Refactor zval cleanup into single function"Dmitry Stogov2016-05-061-3/+3
* | Refactor zval cleanup into single functionBob Weinand2016-05-051-3/+3
* | Fix bug #71897Andrea Faulds2016-05-041-3/+3
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-061-0/+1
|\ \ | |/
| * Fixed bug #71724Nikita Popov2016-03-061-0/+1
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Separate common part of compile_file() and compile_string() into zend_compile()Dmitry Stogov2015-11-121-69/+45
|/
* Don't return T_ERROR from token_get_all()Nikita Popov2015-07-091-15/+7
* Fix bug #69430Nikita Popov2015-07-091-0/+5