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