3v4l.org

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

preferences:
34.32 ms | 402 KiB | 5 Q