Home » Community » People » thekid »
thekid

thekid

Contributor Directory

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.

Catchable "call to a member function of a non-object"

Author
Target
7.0
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

Yes
No
Yes
32 Votes (100%)
No
0 Votes (0%)

Support linking in stream wrappers

Author
This RFC suggests adding support for links in stream wrappers by adding appropriate hooks.