We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
class A { public $x; } class B {} $b = new B; $b->x; // Definition for x needs be searched in the inheritance chain, not just in B