<?php class Foo { private static function bar() { echo "bar\n"; } public static function baz() { self::bar(); } } class Bar extends Foo {} Foo::baz(); Bar::baz();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`