3v4l.org

run code in 300+ PHP versions simultaneously
<?php $folders = array( 'test/something.txt', 'test/hello.txt', 'test/another-folder/myfile.txt', 'test/another-folder/kamil.txt', 'test/another-folder/john/hi.txt' ); foreach ($folders as $file) { $parts = explode("/", $file); $newFolders = array( $parts[0] => $parts[1] ); }

preferences:
39.45 ms | 402 KiB | 5 Q