```php 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 ```