3v4l.org

run code in 300+ PHP versions simultaneously
<?php $files=array("index.md","storage_index.md","storage_one.md"); $master_array=array(); foreach($files as $file) { $file=explode("_",$file); $cache=end($file); while($level=prev($file)) { $cache=array($level=>$cache); } $master_array=array_merge_recursive($master_array,$cache); } print_r($master_array);

preferences:
39.3 ms | 402 KiB | 5 Q