3v4l.org

run code in 300+ PHP versions simultaneously
<?php class Test { public function testing() { return function() { var_dump($this); }; } } $function = (new Test)->testing(); $function(); ?>

preferences:
24.2 ms | 404 KiB | 5 Q