RFCs
Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC
process as well as viewing a full list of RFCs please visit the
RFC section.
This proposal is two-fold:
Should PHP get a power operator in 5.6?
Yes, right associative
22 Votes (69%)
Yes, non associative
1 Votes (3%)
Currently the rules for ending a heredoc or nowdoc are quite restrictive, requiring a newline after the closing identifier; this makes it more awkward to combin...