--TEST-- MessageFormat accepts IntlCalendar args --SKIPIF-- = 0) die('skip for ICU < 51.2'); ?> --FILE-- format(array($cal)), "\n"; //NOT FIXED: /*$msgf = new MessageFormatter('en_US', '{1, select, date {{0,date,full}} other {{0,time,h:m:s a V}}}'); echo "msgf2: ", $msgf->format(array($time, 'date')), " ", $msgf->format(array($time, 'time')), "\n"; */ ?> ==DONE== --EXPECT-- Quinta-feira, 17 de Maio de 2012 5:35:36 p.m. WEST ==DONE==