<?php class a { private $b = 'c'; public function getab() {return $this->b;} } class b extends a { private $b = 'd'; public function getbb() {return $this->b;} } $b = new b; echo $b->getab(), "\n"; echo $b->getbb();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`