summaryrefslogtreecommitdiff
path: root/Zend/tests/attributes
Commit message (Expand)AuthorAgeFilesLines
* Don't use scope when validating AttributeNikita Popov2020-12-011-0/+9
* Allow attributes to be applied to property/constant groupsNikita Popov2020-09-272-10/+54
* Honor strict_types=1 for attributes, improve backtracesNikita Popov2020-09-274-3/+136
* Fix detection of code outside namespaceNikita Popov2020-09-211-5/+8
* Initialize attributes for internal functionsNikita Popov2020-09-211-0/+32
* Run tidyNikita Popov2020-09-1812-90/+90
* Change Attribute Syntax from @@ to #[]Benjamin Eberlei2020-09-0227-112/+167
* Add many missing closing PHP tags to testsMáté Kocsis2020-08-093-0/+3
* Default assert.exception to 1Levi Morrison2020-08-021-0/+4
* Implement Shorter Attribute SyntaxTheodore Brown2020-07-2826-106/+108
* Treat namespaced names as single tokenNikita Popov2020-07-221-1/+1
* Improve output of tokens in Parse ErrorsRowan Tommins2020-07-131-1/+1
* Review the usage of apostrophes in error messagesMáté Kocsis2020-07-105-11/+10
* refactor: class constants parsingmoliata2020-07-061-1/+1
* Treat attribute argument lists like normal argument listsNikita Popov2020-07-022-0/+41
* Replace EXPECTF when possibleFabien Villepinte2020-06-292-2/+2
* Implement Attribute Amendments.Martin Schröder2020-06-2912-17/+146
* Consistent file naming.Derick Rethans2020-06-222-0/+0
* Don't allow variables as attribute nameNikita Popov2020-06-081-0/+11
* Fix free of uninitialized memory in attributesNikita Popov2020-06-071-0/+11
* Add AttributesBenjamin Eberlei2020-06-0417-0/+1175