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