--TEST-- Test vsprintf() function : error conditions --FILE-- --EXPECTF-- *** Testing vsprintf() : error conditions *** -- Testing vsprintf() function with Zero arguments -- Warning: vsprintf() expects exactly 2 parameters, 0 given in %s on line %d bool(false) -- Testing vsprintf() function with less than expected no. of arguments -- Warning: vsprintf() expects exactly 2 parameters, 1 given in %s on line %d bool(false) -- testing vsprintf() function with more than expected no. of arguments -- Warning: vsprintf() expects exactly 2 parameters, 3 given in %s on line %d bool(false) Done