3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = false; $function = function($_test) use (& $test) { $test = $_test; }; $function('haha'); var_dump($test);

preferences:
35.34 ms | 402 KiB | 5 Q