<?php class Test { private $foo = 5; function getCallable() { return function() { return $this->foo; }; } } $test = new Test(); $callable = $test->getCallable(); echo "Result is ".$callable(); exit(0);
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`