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.
One of the most common fatal errors in PHP is the call to a member function of a non-object type. This occurs whenever a method is called on anything other than...
Catchable Call to a member function bar() on a non-object
This RFC suggests adding support for links in stream wrappers by adding appropriate hooks.