--TEST-- MessageFormatter::format(): simple types handling with numeric strings --INI-- date.timezone=Atlantic/Azores --SKIPIF-- format(array( 'a' => $ex, 'b' => $ex, 'c' => $ex, 'd' => $ex, 'e' => $ex, 'f' => " 1336317965.5", 'g' => " 1336317965.5", 'h' => $ex, 'i' => $ex, 'j' => $ex, ))); ?> ==DONE== --EXPECTF-- string(%d) " none 1336317965.5 str number 1,336,317,965.5 number integer 1,336,317,965 number currency $1,336,317,965.50 number percent 133,631,796,550% date May %d, 2012 time %d:%d:05 PM spellout one billion three hundred thirty-six million three hundred seventeen thousand nine hundred sixty-five point five ordinal 1,336,317,966th duration 371,199:26:06 " ==DONE==