3v4l.org

run code in 300+ PHP versions simultaneously
<?php error_reporting(-1); function run() { $default = function() { global $test; return $test; }; $test = 'test'; echo $default(); } run();

preferences:
43.85 ms | 402 KiB | 5 Q