3v4l.org

run code in 300+ PHP versions simultaneously
<?php $greet = function($name) { printf("Hello %s\r\n", $name); }; function t() { global $greet; $greet('php'); } t(); ?>

preferences:
40.4 ms | 402 KiB | 5 Q