$abbrarray = timezone_abbreviations_list();foreach ($abbrarray as $abbr) { foreach ($abbr as $city) { foreach($city as $c){ echo $c."<br />"; } }}