since #3402 / php/phd#127 parameter attributes are supported, but other types of attributes are not yet.
Support should be added for all types of attribute. Class attributes are already in use (the #[\Attribute] attribute) and function / method attributes might be added with php/php-src#11293.
since #3402 / php/phd#127 parameter attributes are supported, but other types of attributes are not yet.
Support should be added for all types of attribute. Class attributes are already in use (the
#[\Attribute]attribute) and function / method attributes might be added with php/php-src#11293.