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