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.
Anonymous functions in PHP can be quite verbose, even when they only perform a simple operation.
Partly this is due to a large amount of syntactic boilerplate, ...
With the introduction of scalar types and return types, PHP 7 greatly increased the power of PHP's type system. However, it is currently not possible to declare...
Add support for typed properties as described in this RFC?
This RFC brings static scalar expressions to the parser. This allows places that only take static values (const declarations, property declarations, function ar...
Should the patch for this RFC be merged into PHP 5.6?
Often programmers encounter data that is naturally represented as small finite set of exclusive values. Currently in PHP there is no convenient type-safe way to...
Anonymous functions and closures can be verbose even though sometimes they are quite simple and contain only a single expression. Additionally, importing variab...