<?php class A { public $cb; public function __construct() { $this->cb = function() { $foo = "this"; var_dump($$foo, get_class()); }; } } ((new A)->cb)();
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`