<?php class x { private X $y; function __invoke() { echo __METHOD__;} function foo() { $this->y = new X; $this->y(); // better this way ($this->y)(); } } (new X)->foo();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`