<?php class Foo { private static function bar() { echo 'bar'; } public static function baz() { $f = function () { self::bar(); }; $f(); } } 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`