<?php class grandfather { function foo() { echo 'bar '.$this->x; } } class father extends grandfather { function foo() { echo 'foo'; parent::foo(); } } class son extends father { public $x = 'test'; function foo() { echo grandfather::foo(); } } (new son)->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`