rfc:attributes_v2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rfc:attributes_v2 [2020/04/20 07:08] – Rename getAsObject beberlei | rfc:attributes_v2 [2020/08/01 23:38] (current) – carusogabriel | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== PHP RFC: Attributes v2 ====== | ====== PHP RFC: Attributes v2 ====== | ||
- | * Version: 0.4 | + | * Version: 0.5 |
* Date: 2020-03-09 | * Date: 2020-03-09 | ||
* Author: Benjamin Eberlei (beberlei@php.net), | * Author: Benjamin Eberlei (beberlei@php.net), | ||
- | * Status: | + | * Status: |
+ | * Target: 8.0 | ||
* First Published at: http:// | * First Published at: http:// | ||
* Implementation: | * Implementation: | ||
Line 279: | Line 280: | ||
<code php> | <code php> | ||
- | $attributes = $reflectionFunction-> | + | $attributes = $reflectionFunction-> |
+ | | ||
+ | | ||
+ | ); | ||
</ | </ | ||
Line 748: | Line 752: | ||
* Extending userland attributes to allow declaring which target they are allowed to be declared on including validation of those targets in // | * Extending userland attributes to allow declaring which target they are allowed to be declared on including validation of those targets in // | ||
- | ===== Proposed | + | ===== Voting ===== |
- | * Accept PHP Attributes v2 into core? 2/3 majority | + | <doodle title=" |
- | * Which syntax to use for attributes? "<<>> | + | |
+ | * No | ||
+ | </ | ||
+ | |||
+ | Secondary vote (choice with the most votes is picked): | ||
+ | |||
+ | <doodle title=" | ||
+ | | ||
+ | | ||
+ | </ | ||
+ | |||
+ | Vote closes on May 4th, 12:00 UTC. | ||
===== Patches and Tests ===== | ===== Patches and Tests ===== |
rfc/attributes_v2.1587366525.txt.gz · Last modified: 2020/04/20 07:08 by beberlei