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