PHP inclut plusieurs fichiers à la fois

array_map( function ($a) { return include($a); }, array('xx.php','yy.php','zz.php'));
Strange Shrew