3v4l.org

run code in 300+ PHP versions simultaneously
<?php // https://dpaste.de/PEJj/raw // http://www.php.net/manual/en/functions.anonymous.php // Answering @redres in IRC #php $location = "http://google.com"; $closure = function() use ($location) { header('Location:'.$location); }; $closure(); ?>

preferences:
47.27 ms | 402 KiB | 5 Q