<?php class A { function __invoke() { return __METHOD__; } function direct() { return $this(); } function indirect() { return function() { return $this(); }; } } $a = new A; echo $a->direct(); $indirect = $a->indirect(); echo $indirect();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`