--TEST-- Test vprintf() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing vprintf() : error conditions *** -- Testing vprintf() function with Zero arguments -- Warning: vprintf() expects at least 1 parameter, 0 given in %s on line %d bool(false) -- Testing vprintf() function with less than expected no. of arguments -- Warning: Wrong parameter count for vprintf() in %s on line %d bool(false) -- testing vprintf() function with more than expected no. of arguments -- Warning: Wrong parameter count for vprintf() in %s on line %d bool(false) ===DONE===