3v4l.org

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

preferences:
111.56 ms | 2669 KiB | 5 Q