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