3v4l.org

run code in 300+ PHP versions simultaneously
<?php $tests = ['derp.php', 'test.php']; array_walk($tests, function(&$test) { $test = substr($test, 0, strrpos($test, '.')); }); var_dump($tests);

preferences:
36.27 ms | 402 KiB | 5 Q