3v4l.org

run code in 300+ PHP versions simultaneously
<?php $files = array('Ablah', 'Bblah'); $files = array_filter($files, function ( &$path ) { $path = strtolower($path); // Drivers should be lowercase return true; }); print_r($files);

preferences:
60.67 ms | 402 KiB | 5 Q