php one file or multiple files code example
Example: php include multiple files at once
array_map( function ($a) { return include($a); }, array('xx.php','yy.php','zz.php'));
array_map( function ($a) { return include($a); }, array('xx.php','yy.php','zz.php'));