<?php class A { private $foo = 42; public function getFoo() { return $this->foo; } } class B extends A { private $foo = "bob"; } var_dump((new B)->getFoo());
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`