3v4l.org

run code in 300+ PHP versions simultaneously
<?php class a { public function b($shout) { echo $shout; } } $a = new a; register_shutdown_function(array($a, 'b'), 'shit');

preferences:
32.48 ms | 402 KiB | 5 Q