<?php class Base { static function child() { echo Child::$protectedProperty, "\n"; } } class Child extends Base{ protected static $protectedProperty = 'hello'; } Base::child();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`