<?php class Foo { private function secret() { echo "Can't touch this!"; } public function checkCallable(callable $f): callable { return $f; } } $foo = new Foo; $f = $foo->checkCallable([$foo, 'secret']); $f();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`