summaryrefslogtreecommitdiff
path: root/Zend/zend_attributes.stub.php
Commit message (Collapse)AuthorAgeFilesLines
* Generate zend class entries based on stubsMáté Kocsis2021-02-141-1/+3
| | | | Closes GH-6685
* Implement Attribute Amendments.Martin Schröder2020-06-291-0/+8
RFC: https://wiki.php.net/rfc/attribute_amendments Support for attribute grouping is left out, because the short attribute syntax RFC will likely make it obsolete. Closes GH-5751.