Home
last modified time | relevance | path

Searched refs:values (Results 176 – 200 of 1390) sorted by last modified time

12345678910>>...56

/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation13_64bit.phpt2 Test vfprintf() function : usage variations - hexa formats with hexa values
15 * Test vfprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats with hexa values ***\n";
33 // Arrays of hexa values for the format defined in $format.
34 // Each sub array contains hexa values which correspond to each format string in $format
53 // and with octal values from the above $args_array array
70 *** Testing vfprintf() : hexa formats with hexa values ***
H A Dvfprintf_variation14.phpt2 Test vfprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vfprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vfprintf() : hexa formats and non-hexa values ***\n";
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
33 // array of float values
40 // array of int values
76 // and with non-hexa values from the above $args_array array
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation15.phpt2 Test vfprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vfprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vfprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvfprintf_variation15_64bit.phpt2 Test vfprintf() function : usage variations - unsigned formats with unsigned values
15 * Test vfprintf() when different unsigned formats and unsigned values
19 echo "*** Testing vfprintf() : unsigned formats and unsigned values ***\n";
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvfprintf_variation16.phpt2 Test vfprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vfprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vfprintf() : unsigned formats and signed & other types of values ***\n";
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
33 // array of float values
69 // and with signed and other types of values from the above $args_array array
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation17.phpt2 Test vfprintf() function : usage variations - scientific formats with scientific values
11 * Test vfprintf() when different scientific formats and scientific values
15 echo "*** Testing vfprintf() : scientific formats and scientific values ***\n";
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
42 // and with signed and other types of values from the above $args_array array
58 *** Testing vfprintf() : scientific formats and scientific values ***
H A Dvfprintf_variation19.phpt54 // and with non-scientific values from the above $args_array array
H A Dvfprintf_variation19_64bit.phpt54 // and with non-scientific values from the above $args_array array
H A Dvfprintf_variation20.phpt2 Test vfprintf() function : usage variations - unexpected values for the format argument
15 echo "*** Testing vfprintf() : with unexpected values for format argument ***\n";
36 //array of values to iterate over
37 $values = array(
91 fprintf($fp, "\n*** Testing vprintf() with with unexpected values for format argument ***\n");
94 foreach( $values as $value ) {
109 *** Testing vfprintf() : with unexpected values for format argument ***
121 *** Testing vprintf() with with unexpected values for format argument ***
H A Dvfprintf_variation21.phpt2 Test vfprintf() function : usage variations - unexpected values for args argument
11 * Test vfprintf() when different unexpected values are passed to
15 echo "*** Testing vfprintf() : with unexpected values for args argument ***\n";
36 //array of values to iterate over
37 $values = array(
88 fprintf($fp, "\n*** Testing vprintf() with unexpected values for args argument ***\n");
91 foreach( $values as $value ) {
107 *** Testing vfprintf() : with unexpected values for args argument ***
119 *** Testing vprintf() with unexpected values for args argument ***
H A Dvfprintf_variation3.phpt2 Test vfprintf() function : usage variations - int formats with int values
11 * Test vfprintf() when different int formats and int values are passed to
15 echo "*** Testing vfprintf() : int formats with int values ***\n";
30 // Arrays of int values for the format defined in $format.
31 // Each sub array contains int values which correspond to each format string in $format
45 // and with int values from the above $args_array array
68 *** Testing vfprintf() : int formats with int values ***
H A Dvfprintf_variation5.phpt2 Test vfprintf() function : usage variations - float formats with float values
11 * Test vfprintf() when different float formats and float values are passed to
15 echo "*** Testing vfprintf() : int formats with float values ***\n";
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
50 // and with float values from the above $args_array array
67 *** Testing vfprintf() : int formats with float values ***
H A Dvfprintf_variation7.phpt11 * Test vfprintf() when different string formats and string values are passed to
45 // Arrays of string values for the format defined in $format.
46 // Each sub array contains string values which correspond to each format string in $format
H A Dvprintf_variation4.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
15 * Test vprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
77 *** Testing vprintf() : int formats and non-integer values ***
H A Dvprintf_variation4_64bit.phpt2 Test vprintf() function : usage variations - int formats with non-integer values
15 * Test vprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vprintf() : int formats and non-integer values ***\n";
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
33 // array of float values
64 // and with non-int values from the above $args_array array
77 *** Testing vprintf() : int formats and non-integer values ***
H A Dvprintf_variation5.phpt2 Test vprintf() function : usage variations - float formats with float values
11 * Test vprintf() when different float formats and float values are passed to
15 echo "*** Testing vprintf() : int formats with float values ***\n";
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
45 // and with float values from the above $args_array array
58 *** Testing vprintf() : int formats with float values ***
H A Dvprintf_variation6.phpt2 Test vprintf() function : usage variations - float formats with non-float values
11 * Test vprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vprintf() : float formats and non-float values ***\n";
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
29 // array of int values
60 // and with non-float values from the above $args_array array
73 *** Testing vprintf() : float formats and non-float values ***
H A Dvprintf_variation7.phpt11 * Test vprintf() when different string formats and string values are passed to
45 // Arrays of string values for the format defined in $format.
46 // Each sub array contains string values which correspond to each format string in $format
H A Dvprintf_variation8.phpt2 Test vprintf() function : usage variations - string formats with non-string values
11 * Test vprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vprintf() : string formats and non-string values ***\n";
27 // Arrays of non string values for the format defined in $format.
28 // Each sub array contains non string values which correspond to each format in $format
31 // array of float values
38 // array of int values
63 // and with non-string values from the above $args_array array
76 *** Testing vprintf() : string formats and non-string values ***
H A Dvprintf_variation9.phpt2 Test vprintf() function : usage variations - char formats with char values
14 echo "*** Testing vprintf() : char formats with char values ***\n";
29 // Arrays of char values for the format defined in $format.
30 // Each sub array contains char values which correspond to each format string in $format
44 // and with char values from the above $args_array array
57 *** Testing vprintf() : char formats with char values ***
H A Dstrtr_variation6.phpt34 // array of values for 'from'
37 // integer values
42 // float values
47 // array values
52 // boolean values
58 // null values
H A Dstrtr_variation8.phpt37 // integer values
42 // float values
47 // array values
52 // boolean values
58 // null values
H A Dstrval_basic.phpt19 //array of values to iterate over
20 $values = array(
43 foreach($values as $value) {
H A Dstrval_variation1.phpt28 //array of values to iterate over
29 $values = array(
30 //Decimal values
36 //Octal values
42 //Hexadecimal values
88 foreach($values as $value) {
H A Dsubstr.phpt34 /* start values >, < and = 0 */
43 /* start value variations with length values */

Completed in 36 milliseconds

12345678910>>...56