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.
For some time PHP has featured anonymous function support in the shape of Closures; this patch introduces the same kind of functionality for objects of an anony...
Typed Properties allow for an optional keyword in the definition, after the visibility scope, which contains the type the property should allow.