summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Fix T_NUM_STRING negationNikita Popov2016-12-111-4/+4
* Implement #72918: negative offset inside a quoted string leads to parse errorChristoph M. Becker2016-10-141-0/+1
* 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
|\
| * Add nullable parameter typesLevi Morrison2016-05-051-4/+8
| * Implement nullable return types.Dmitry Stogov2016-05-051-0/+1
* | Allow for [] = $array; (alias for list())Bob Weinand2016-05-201-48/+21
* | Eliminated checks for (func->op_array.fn_flags & ZEND_ACC_GENERATOR) in fast ...Dmitry Stogov2016-05-131-17/+21
* | Intern some known (and offten used) strings.Dmitry Stogov2016-05-121-1/+1
|/
* Allow catching multiple exception types in a single catch statementPierrick Charron2016-05-011-2/+7
* Merge branch 'PHP-7.0'Nikita Popov2016-04-071-1/+1
|\
| * Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-071-1/+1
* | Allow specifying keys on list() elementsAndrea Faulds2016-03-251-5/+28
* | Merge branch 'PHP-7.0'Nikita Popov2016-03-111-16/+16
|\ \ | |/
| * Fix bug #71767Grigorii Sokolik2016-03-111-16/+16
* | Merge branch 'PHP-7.0'Xinchen Hui2016-01-021-1/+1
|\ \ | |/
| * bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* | Implemented the RFC `Support Class Constant Visibility`.Dmitry Stogov2015-12-081-4/+4
* | Revert "Improved fix for Fully qualified (leading backslash) type names must ...Xinchen Hui2015-11-251-6/+0
* | Improved fix for Fully qualified (leading backslash) type names must failXinchen Hui2015-11-251-0/+6
|/
* Fixed bug #70430Nikita Popov2015-10-151-10/+28
* Reindent zend_yytnamerrNikita Popov2015-10-151-39/+37
* Fix bug #70650Márcio Almada2015-10-071-4/+5
* adds missing tokens to list of semi-reserved words and regenerates test suiteMárcio Almada2015-09-041-0/+1
* Don't allow leading \ in group use decl listNikita Popov2015-08-201-11/+20
* fixes a syntactical inconsistency with group use and leading `\`Márcio Almada2015-08-181-4/+8
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-2/+2
* Drop unnecessary %precNikita Popov2015-06-201-1/+1
* Even fake token better to be in upper caseXinchen Hui2015-05-261-2/+2
* Fix tokenizer test due to recent changesBob Weinand2015-05-261-2/+1
* Also unreserve T_CLASSBob Weinand2015-05-251-16/+2
* Set %expect to 0 in parser (Using %prec)Bob Weinand2015-05-251-12/+16
* Rebuild scanner, add NEWS/UPGRADINGBob Weinand2015-05-251-3/+3
* ext tokenizer port + cleanup unused lexer statesMárcio Almada2015-04-301-8/+6
* implement context sensitive language with lexical feedbackMárcio Almada2015-04-301-14/+48
* More cleanup (mainly retab)Nikita Popov2015-04-261-12/+11
* Rebase Joe's anon classes implementationkrakjoe2015-04-261-1/+15
* Merge branch 'coroutineDelegation' of https://github.com/bwoebi/php-srcBob Weinand2015-04-141-0/+3
|\
| * Added yield from operatorBob Weinand2015-03-071-1/+3
| * WIPNikita Popov2015-02-281-0/+1
* | Throw ParseException from lexerNikita Popov2015-04-021-1/+4
* | Improved parser (make use_type reuseable)Xinchen Hui2015-03-161-7/+5
* | fix compilation warnings, rename batch_use to group_useMárcio Almada2015-03-081-16/+17
* | require trailing T_NS_SEPARATOR #1005Márcio Almada2015-03-071-4/+4