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