Home
last modified time | relevance | path

Searched refs:vprintf (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.0/ext/standard/tests/strings/
H A Dvprintf_variation2.phpt2 Test vprintf() function : usage variations - unexpected values for args argument
6 * Test vprintf() when different unexpected values are passed to
83 $result = vprintf($format,$value);
102 vprintf(): Argument #2 ($values) must be of type array, int given
105 vprintf(): Argument #2 ($values) must be of type array, int given
108 vprintf(): Argument #2 ($values) must be of type array, int given
111 vprintf(): Argument #2 ($values) must be of type array, int given
129 vprintf(): Argument #2 ($values) must be of type array, null given
132 vprintf(): Argument #2 ($values) must be of type array, null given
135 vprintf(): Argument #2 ($values) must be of type array, bool given
[all …]
H A Dvprintf_basic3.phpt2 Test vprintf() function : basic functionality - float format
5 echo "*** Testing vprintf() : basic functionality - using float format ***\n";
21 $result = vprintf($format1,$arg1);
25 $result = vprintf($format11,$arg1);
29 $result = vprintf($format2,$arg2);
33 $result = vprintf($format22,$arg2);
37 $result = vprintf($format3,$arg3);
41 $result = vprintf($format33,$arg3);
47 *** Testing vprintf() : basic functionality - using float format ***
H A Dvprintf_basic9.phpt2 Test vprintf() function : basic functionality - hexadecimal format
5 echo "*** Testing vprintf() : basic functionality - using hexadecimal format ***\n";
21 $result = vprintf($format1,$arg1);
24 $result = vprintf($format11,$arg1);
28 $result = vprintf($format2,$arg2);
31 $result = vprintf($format22,$arg2);
35 $result = vprintf($format3,$arg3);echo "\n";
37 $result = vprintf($format33,$arg3);
43 *** Testing vprintf() : basic functionality - using hexadecimal format ***
H A Dvprintf_basic2.phpt2 Test vprintf() function : basic functionality - integer format
6 * Testing vprintf() : basic functionality - using integer format
9 echo "*** Testing vprintf() : basic functionality - using integer format ***\n";
20 $result = vprintf($format1,$arg1);
24 $result = vprintf($format2,$arg2);
28 $result = vprintf($format3,$arg3);
34 *** Testing vprintf() : basic functionality - using integer format ***
H A Dvprintf_basic8.phpt2 Test vprintf() function : basic functionality - octal format
5 echo "*** Testing vprintf() : basic functionality - using octal format ***\n";
16 $result = vprintf($format1,$arg1);
20 $result = vprintf($format2,$arg2);
24 $result = vprintf($format3,$arg3);
30 *** Testing vprintf() : basic functionality - using octal format ***
H A Dvprintf_basic4.phpt2 Test vprintf() function : basic functionality - bool format
5 echo "*** Testing vprintf() : basic functionality - using bool format ***\n";
16 $result = vprintf($format1,$arg1);
20 $result = vprintf($format2,$arg2);
24 $result = vprintf($format3,$arg3);
30 *** Testing vprintf() : basic functionality - using bool format ***
H A Dvprintf_basic5.phpt2 Test vprintf() function : basic functionality - char format
5 echo "*** Testing vprintf() : basic functionality - using char format ***\n";
16 $result = vprintf($format1,$arg1);
20 $result = vprintf($format2,$arg2);
24 $result = vprintf($format3,$arg3);
30 *** Testing vprintf() : basic functionality - using char format ***
H A Dvprintf_basic6.phpt2 Test vprintf() function : basic functionality - exponential format
5 echo "*** Testing vprintf() : basic functionality - using exponential format ***\n";
16 $result = vprintf($format1,$arg1);
20 $result = vprintf($format2,$arg2);
24 $result = vprintf($format3,$arg3);
30 *** Testing vprintf() : basic functionality - using exponential format ***
H A Dvprintf_basic1.phpt2 Test vprintf() function : basic functionality - string format
5 echo "*** Testing vprintf() : basic functionality - using string format ***\n";
17 $result = vprintf($format1,$arg1);
20 $result = vprintf($format2,$arg2);
23 $result = vprintf($format3,$arg3);
29 *** Testing vprintf() : basic functionality - using string format ***
H A Dvprintf_basic7.phpt2 Test vprintf() function : basic functionality - unsigned format
9 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
20 $result = vprintf($format1,$arg1);
24 $result = vprintf($format2,$arg2);
28 $result = vprintf($format3,$arg3);
34 *** Testing vprintf() : basic functionality - using unsigned format ***
H A Dvprintf_basic7_64bit.phpt2 Test vprintf() function : basic functionality - unsigned format
9 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
20 $result = vprintf($format1,$arg1);
24 $result = vprintf($format2,$arg2);
28 $result = vprintf($format3,$arg3);
33 *** Testing vprintf() : basic functionality - using unsigned format ***
H A Dvprintf_variation1.phpt2 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
[all …]
H A Dvprintf_variation15.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
10 * Test vprintf() when different unsigned formats and unsigned values
14 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
35 // looping to test vprintf() with different unsigned formats from the above $format array
40 $result = vprintf($format, $args_array[$counter-1]);
48 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation15_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with unsigned values
10 * Test vprintf() when different unsigned formats and unsigned values
14 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n";
35 // looping to test vprintf() with different unsigned formats from the above $format array
40 $result = vprintf($format, $args_array[$counter-1]);
48 *** Testing vprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation3.phpt2 Test vprintf() function : usage variations - int formats with int values
6 * Test vprintf() when different int formats and int values are passed to
10 echo "*** Testing vprintf() : int formats with int values ***\n";
39 // looping to test vprintf() with different int formats from the above $format array
44 $result = vprintf($format, $args_array[$counter-1]);
52 *** Testing vprintf() : int formats with int values ***
H A Dvprintf_variation5.phpt2 Test vprintf() function : usage variations - float formats with float values
6 * Test vprintf() when different float formats and float values are passed to
10 echo "*** Testing vprintf() : int formats with float values ***\n";
39 // looping to test vprintf() with different float formats from the above $format array
44 $result = vprintf($format, $args_array[$counter-1]);
52 *** Testing vprintf() : int formats with float values ***
H A Dvprintf_variation9.phpt2 Test vprintf() function : usage variations - char formats with char values
7 * Test vprintf() for char formats with an array of chars passed to the function
10 echo "*** Testing vprintf() : char formats with char values ***\n";
39 // looping to test vprintf() with different char formats from the above $format array
44 $result = vprintf($format, $args_array[$counter-1]);
52 *** Testing vprintf() : char formats with char values ***
H A Dvprintf_variation11.phpt2 Test vprintf() function : usage variations - octal formats with octal values
10 * Test vprintf() when different octal formats and octal values are passed to
14 echo "*** Testing vprintf() : octal formats with octal values ***\n";
42 // looping to test vprintf() with different octal formats from the above $formats array
47 $result = vprintf($format, $args_array[$counter-1]);
55 *** Testing vprintf() : octal formats with octal values ***
H A Dvprintf_variation11_64bit.phpt2 Test vprintf() function : usage variations - octal formats with octal values
10 * Test vprintf() when different octal formats and octal values are passed to
14 echo "*** Testing vprintf() : octal formats with octal values ***\n";
42 // looping to test vprintf() with different octal formats from the above $formats array
47 $result = vprintf($format, $args_array[$counter-1]);
55 *** Testing vprintf() : octal formats with octal values ***
H A Dvprintf_variation13.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
10 * Test vprintf() when different hexa formats and hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
42 // looping to test vprintf() with different char octal from the above $format array
47 $result = vprintf($format, $args_array[$counter-1]);
55 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvprintf_variation13_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
10 * Test vprintf() when different hexa formats and hexa values are passed to
14 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
42 // looping to test vprintf() with different char octal from the above $format array
47 $result = vprintf($format, $args_array[$counter-1]);
55 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvprintf_variation10.phpt2 Test vprintf() function : usage variations - char formats with non-char values
5 /* Prototype : string vprintf(string format, array args)
11 * Test vprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vprintf() : char formats and non-char values ***\n";
66 // looping to test vprintf() with different char formats from the above $format array
71 $result = vprintf($formats, $args);
79 *** Testing vprintf() : char formats and non-char values ***
H A Dvprintf_variation6.phpt2 Test vprintf() function : usage variations - float formats with non-float values
6 * Test vprintf() when different float formats and non-float values are passed to
10 echo "*** Testing vprintf() : float formats and non-float values ***\n";
54 // looping to test vprintf() with different float formats from the above $format array
59 $result = vprintf($formats, $args);
67 *** Testing vprintf() : float formats and non-float values ***
H A Dvprintf_variation7.phpt2 Test vprintf() function : usage variations - string formats with strings
7 * Test vprintf() when different string formats and string values are passed to
11 echo "*** Testing vprintf() : string formats with strings ***\n";
54 // looping to test vprintf() with different string formats from the above $format array
59 $result = vprintf($format, $args_array[$counter-1]);
67 *** Testing vprintf() : string formats with strings ***
H A Dvprintf_variation12.phpt2 Test vprintf() function : usage variations - octal formats with non-octal values
10 * Test vprintf() when different octal formats and non-octal values are passed to
14 echo "*** Testing vprintf() : octal formats and non-octal values ***\n";
65 // looping to test vprintf() with different octal formats from the above $format array
70 $result = vprintf($formats, $args);
78 *** Testing vprintf() : octal formats and non-octal values ***

Completed in 27 milliseconds

12