--TEST-- Test printf() function : error conditions --FILE-- ===DONE=== --EXPECTF-- *** Testing printf() : error conditions *** -- Testing printf() function with Zero arguments -- Warning: printf() expects at least 1 parameter, 0 given in %s on line %d bool(false) -- Testing printf() function with less than expected no. of arguments -- -- Call printf with one argument less than expected -- Warning: printf(): Too few arguments in %s on line %d bool(false) Warning: printf(): Too few arguments in %s on line %d bool(false) Warning: printf(): Too few arguments in %s on line %d bool(false) -- Call printf with two argument less than expected -- Warning: printf(): Too few arguments in %s on line %d bool(false) Warning: printf(): Too few arguments in %s on line %d bool(false) -- Call printf with three argument less than expected -- Warning: printf(): Too few arguments in %s on line %d bool(false) ===DONE===