Lines Matching refs:vsprintf
2 Test vsprintf() function : usage variations - unexpected values for args argument
5 /* Prototype : string vsprintf(string format, array args)
11 * Test vsprintf() when different unexpected values are passed to
15 echo "*** Testing vsprintf() : with unexpected values for args argument ***\n";
87 var_dump( vsprintf($format,$value) );
97 *** Testing vsprintf() : with unexpected values for args argument ***
128 Warning: vsprintf(): Too few arguments in %s on line %d
133 Warning: vsprintf(): Too few arguments in %s on line %d
162 Warning: vsprintf(): Too few arguments in %s on line %d
167 Warning: vsprintf(): Too few arguments in %s on line %d
172 Warning: vsprintf(): Too few arguments in %s on line %d