summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* new_variable '{' expr '}' is deprecated as wellChristoph M. Becker2019-09-091-1/+1
* Don't specify precedence for T_INC/T_DECNikita Popov2019-08-271-3/+3
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-08-021-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-08-021-1/+1
| |\
| | * Fixed bug #78363Nikita Popov2019-08-021-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
| * | Future-proof email addressesZeev Suraski2018-11-011-2/+2
* | | Deprecate alternative array access syntaxrjhdby2019-07-191-1/+1
* | | Emit T_BAD_CHARACTER for unexpected charactersNikita Popov2019-07-151-0/+1
* | | Replace ZEND_ASSIGN_ADD (and others) by ZEND_ASSIGN_OP, ZEND_ASSIGN_DIM_OP, Z...Dmitry Stogov2019-07-051-12/+12
* | | Use %define api.pure instead of %pure-parserNikita Popov2019-06-121-1/+1
* | | Merge branch 'deprecate_concat_add_sub' into PHP-8.4Bob Weinand2019-05-161-0/+1
|\ \ \
| * | | Deprecate unparenthesized concatenation and addition/subtractionBob Weinand2019-03-281-1/+1
* | | | Implement spread operator in arraysCHU Zhaowei2019-05-131-0/+2
* | | | Deprecate left-associative ternaryNikita Popov2019-05-071-1/+4
* | | | Implement arrow functionsNikita Popov2019-05-021-10/+29
|/ / /
* | | Revert "Switch to bison location tracking"Nikita Popov2019-03-281-287/+267
* | | Switch to bison location trackingNikita Popov2019-03-211-267/+287
* | | Remove unnecessary precedence/associativity annotationsNikita Popov2019-03-151-17/+15
* | | Remove local variablesPeter Kokot2019-02-031-10/+0
* | | Adios, yearly copyright rangesZeev Suraski2019-01-301-1/+1
* | | Implement ??= operatorNikita Popov2019-01-221-1/+4
* | | Implement typed propertiesNikita Popov2019-01-111-2/+3
* | | Introduce separate ZEND_AST_CLASS_NAME AST nodeNikita Popov2019-01-041-2/+2
* | | Update email addresses. We're still @Zend, but future proofing it...Zeev Suraski2018-11-011-2/+2
|/ /
* | Avoid hash lookups in BIND_STATIC and BIND_LEXICAL opcode handlers.Dmitry Stogov2018-08-201-1/+1
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Remove expr_without_variableNikita Popov2018-06-241-8/+5
* | Fixed bug #75218Nikita Popov2018-06-161-5/+7
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* | Use cheaper functionsDmitry Stogov2018-03-151-2/+2
* | Revert "Handle scanner error in first place (don't hide them from ext/tokeniz...Dmitry Stogov2018-03-141-8/+6
* | Handle scanner error in first place (don't hide them from ext/tokenizer) and ...Dmitry Stogov2018-03-131-6/+8
* | year++Xinchen Hui2018-01-021-1/+1
* | Allow trailing commas in function and method callsSammy Kaye Powers2017-11-061-3/+3
|/
* further sync for vim mode linesAnatol Belski2017-07-041-0/+2
* Add trailing comma syntax support for mixed and unmixed group use listsSammy Kaye Powers2017-05-011-4/+9
* Interned strings unification for TS/NTSAnatol Belski2017-03-041-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.1'Nikita Popov2016-12-111-4/+4
|\
| * Fix T_NUM_STRING negationNikita Popov2016-12-111-4/+4
* | Merge branch 'PHP-7.1'Christoph M. Becker2016-10-141-0/+1
|\ \ | |/
| * Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-0/+1
* | Fix "already in use" check inconsistencies/bugsNikita Popov2016-10-071-4/+4
|/
* Use non-deprecated %pure-parserDavey Shafik2016-08-111-1/+1
* Forbid use of array() in nested destructuringNikita Popov2016-07-061-8/+10
* Improve the signatureXinchen Hui2016-06-141-1/+2
* CleanupXinchen Hui2016-06-131-1/+1
* Fixed bug #72395 (list() regression)Xinchen Hui2016-06-131-11/+9
* Merge branch 'nullable_types' of github.com:morrisonlevi/php-srcDmitry Stogov2016-05-231-3/+8
|\