--TEST-- Test money_format() function : basic functionality using international currency symbols --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing money_format() : basic functionality using international currency symbols*** Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d Format with 14 positions, 8 digits to left, 2 to right using national format unicode(18) " USD 1,234.57" unicode(18) "-USD 1,234.57" Format with ( for negative values unicode(18) " USD 1,234.57" unicode(19) "(USD 1,234.57)" Format with 0 for padding character unicode(18) " USD 000001,234.57" unicode(18) "-USD 000001,234.57" Format with * for padding character unicode(18) " USD *****1,234.57" unicode(18) "-USD *****1,234.57" Format again but disable grouping character unicode(16) " USD ****1234.57" unicode(16) "-USD ****1234.57" Format again but suppress currency symbol unicode(14) " *****1,234.57" unicode(14) "-*****1,234.57" Deprecated: setlocale(): deprecated in Unicode mode, please use ICU locale functions in %s on line %d ===DONE===