/PHP-8.1/ext/standard/tests/strings/ |
H A D | vprintf_variation2.phpt | 2 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 D | vprintf_basic3.phpt | 2 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 D | vprintf_basic9.phpt | 2 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 D | vprintf_basic2.phpt | 2 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 D | vprintf_basic8.phpt | 2 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 D | vprintf_basic6.phpt | 2 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 D | vprintf_basic4.phpt | 2 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 D | vprintf_basic5.phpt | 2 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 D | vprintf_basic1.phpt | 2 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 D | vprintf_basic7.phpt | 2 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 D | vprintf_basic7_64bit.phpt | 2 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 D | vprintf_variation3.phpt | 2 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 D | vprintf_variation5.phpt | 2 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 D | vprintf_variation9.phpt | 2 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 D | vprintf_variation15.phpt | 2 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 D | vprintf_variation15_64bit.phpt | 2 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 D | vprintf_variation11.phpt | 2 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 D | vprintf_variation11_64bit.phpt | 2 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 D | vprintf_variation10.phpt | 2 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 D | vprintf_variation13.phpt | 2 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 D | vprintf_variation13_64bit.phpt | 2 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 D | vprintf_variation6.phpt | 2 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 D | vprintf_variation7.phpt | 2 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 D | vprintf_variation12.phpt | 2 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 ***
|
H A D | vprintf_variation4_64bit.phpt | 2 Test vprintf() function : usage variations - int formats with non-integer values 10 * Test vprintf() when different int formats and non-int values are passed to 14 echo "*** Testing vprintf() : int formats and non-integer values ***\n"; 58 // looping to test vprintf() with different int formats from the above $format array 63 $result = vprintf($formats, $args); 71 *** Testing vprintf() : int formats and non-integer values ***
|