--TEST-- Test sscanf() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing sscanf() : error conditions *** -- Testing sscanf() function with no arguments -- Warning: sscanf() expects at least 2 parameters, 0 given in %s on line %d NULL -- Testing sscanf() function with one argument -- Warning: sscanf() expects at least 2 parameters, 1 given in %s on line %d NULL -- Testing sscanf() function with more than expected no. of arguments -- Warning: sscanf(): Variable is not assigned by any conversion specifiers in %s on line %d int(-1) ===DONE===