summaryrefslogtreecommitdiff
path: root/Zend/zend_language_parser.y
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-071-1/+1
* Fix bug #71767Grigorii Sokolik2016-03-111-16/+16
* bump year which is missed in rev 49493a2Xinchen Hui2016-01-021-1/+1
* 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
* | allow non mixed use declarations, CC @nikic #1005Márcio Almada2015-03-071-6/+13
* | first implementation of batch use compilationMárcio Almada2015-03-071-0/+23
* | Merge branch 'pull-request/1007'Stanislav Malyshev2015-02-181-1/+4
|\ \ | |/ |/|
| * Fix associativity to match PerlAndrea Faulds2015-01-291-2/+2
| * Blast off to space.Andrea Faulds2015-01-291-1/+4
* | Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER.Márcio Almada2015-02-081-2/+0
|/
* Implement return typesLevi Morrison2015-01-271-23/+31
* Remove assignment of new by referenceNikita Popov2015-01-261-2/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-11/+11
* Removed parsing support traits to have extends and implements.Guilherme Blanco2015-01-091-2/+2
* Decoupled class declaration statement into more granular pieces.Guilherme Blanco2015-01-091-20/+40
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+5
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-131-1/+1
|\
| * Removed ZEND_ACC_FINAL_CLASS which is unnecessary. This also fixed some curre...Guilherme Blanco2014-12-121-1/+1
* | Merge branch 'master' into native-tlsDmitry Stogov2014-12-101-1/+1
|\ \ | |/
| * Fix arrow operator precedenceNikita Popov2014-12-071-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-181-1/+6
|\ \ | |/
| * fix "inconsistent dll linkage" warning caused by bisonAnatol Belski2014-10-291-0/+5
| * fix datatype mismatch warningsAnatol Belski2014-10-291-1/+1
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-10-011-0/+4
|\ \ | |/