<?php class Test { public function testing() { return function() { var_dump($this); }; } } $function = (new Test)->testing(); $function(); ?>
You have javascript disabled. You will not be able to edit any code.