Lines Matching refs:vprintf
2 Test vprintf() function : usage variations - unexpected values for the format argument
6 * Test vprintf() when different unexpected format strings are passed to
10 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
87 $result = vprintf($value, $args);
102 *** Testing vprintf() : with unexpected values for format argument ***
141 vprintf(): Argument #1 ($format) must be of type string, array given
144 vprintf(): Argument #1 ($format) must be of type string, array given
147 vprintf(): Argument #1 ($format) must be of type string, array given
150 vprintf(): Argument #1 ($format) must be of type string, array given
153 vprintf(): Argument #1 ($format) must be of type string, array given
200 vprintf(): Argument #1 ($format) must be of type string, resource given