--TEST-- IntlTimeZone::getDisplayName(): locale parameter --SKIPIF-- = 49'); ?> = 0) die('skip for ICU < 55.1'); ?> --FILE-- getDisplayName(false, IntlTimeZone::DISPLAY_LONG)); var_dump($lsb->getDisplayName(false, IntlTimeZone::DISPLAY_LONG, NULL)); var_dump($lsb->getDisplayName(false, IntlTimeZone::DISPLAY_LONG, 'pt_PT')); ?> ==DONE== --EXPECTF-- string(30) "Western European Standard Time" string(30) "Western European Standard Time" string(32) "Hora %cadrĂ£o da Europa Ocidental" ==DONE==