summaryrefslogtreecommitdiff
path: root/Zend/tests/grammar
Commit message (Expand)AuthorAgeFilesLines
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-133-3/+3
* Reindent phpt filesNikita Popov2020-02-031-3/+3
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-08-211-0/+24
|\
| * Fix #78441: Parse error due to heredoc identifier followed by digitChristoph M. Becker2019-08-211-0/+24
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1520-26/+1
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | Implement arrow functionsNikita Popov2019-05-025-0/+15
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-1520-26/+1
* | Trim trailing whitespace in testsGabriel Caruso2018-10-141-1/+1
|/
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2018-18/+18
* Remove __halt_compiler from semi-reserved tokensNikita Popov2016-04-073-9/+0
* Fix bug #71767Grigorii Sokolik2016-03-111-1/+1
* adds missing tokens to list of semi-reserved words and regenerates test suiteMárcio Almada2015-09-045-60/+234
* Add class to semi_reserved testsBob Weinand2015-05-252-0/+6
* updates grammar tests with class members named as method modifiers \cc @bwoebiMárcio Almada2015-05-253-0/+54
* Also unreserve T_CLASSBob Weinand2015-05-251-1/+2
* add tests for semi reserved words and remove obsolete onesMárcio Almada2015-04-3023-0/+1491