<?php class A { private static function testprivate() { return 1; } public static function test() { return function() { return self::testprivate(); }; } } class B extends A { } $fn = B::test(); echo $fn();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`