3v4l.org

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

preferences:
40.39 ms | 402 KiB | 5 Q