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