--TEST-- Test money_format() function : error conditions --SKIPIF-- --FILE-- ===DONE=== --EXPECTF-- *** Testing money_format() : error conditions *** -- Testing money_format() function with no arguments -- Warning: money_format() expects exactly 2 parameters, 0 given in %s on line %d NULL -- Testing money_format() function with insufficient arguments -- Warning: money_format() expects exactly 2 parameters, 1 given in %s on line %d NULL -- Testing money_format() function with more than expected no. of arguments -- Warning: money_format() expects exactly 2 parameters, 3 given in %s on line %d NULL ===DONE===