Home
last modified time | relevance | path

Searched refs:formats (Results 51 – 75 of 232) sorted by relevance

12345678910

/PHP-7.4/ext/standard/tests/strings/
H A Dvfprintf_variation12.phpt2 Test vfprintf() function : usage variations - octal formats with non-octal values
15 * Test vfprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
75 // looping to test vfprintf() with different octal formats from the above $format array
80 vfprintf($fp, $formats, $args);
93 *** Testing vfprintf() : octal formats and non-octal values ***
H A Dvfprintf_variation4_64bit.phpt2 Test vfprintf() function : usage variations - int formats with non-integer values
15 * Test vfprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
21 // defining array of int formats
22 $formats =
69 // looping to test vfprintf() with different int formats from the above $format array
74 vfprintf($fp, $formats, $args);
87 *** Testing vfprintf() : int formats and non-integer values ***
H A Dvprintf_variation14.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
22 $formats =
70 // looping to test vprintf() with different hexa formats from the above $format array
76 $result = vprintf($formats, $args);
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvprintf_variation14_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
22 $formats =
70 // looping to test vprintf() with different hexa formats from the above $format array
76 $result = vprintf($formats, $args);
85 *** Testing vprintf() : hexa formats and non-hexa values ***
H A Dvsprintf_variation14.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
22 $formats =
70 // looping to test vsprintf() with different hexa formats from the above $format array
76 var_dump( vsprintf($formats, $args) );
83 *** Testing vsprintf() : hexa formats and non-hexa 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";
21 // defining array of unsigned formats
22 $formats =
68 // looping to test vfprintf() with different unsigned formats from the above $format array
73 vfprintf($fp, $formats, $args);
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation10.phpt2 Test vfprintf() function : usage variations - char formats with non-char values
11 * Test vfprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vfprintf() : char formats and non-char values ***\n";
17 // defining an array of various char formats
18 $formats =
71 // looping to test vfprintf() with different char formats from the above $format array
76 vfprintf($fp, $formats, $args);
89 *** Testing vfprintf() : char formats and non-char values ***
H A Dvfprintf_variation12_64bit.phpt2 Test vfprintf() function : usage variations - octal formats with non-octal values
15 * Test vfprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vfprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
75 // looping to test vfprintf() with different octal formats from the above $format array
80 vfprintf($fp, $formats, $args);
93 *** Testing vfprintf() : octal formats and non-octal values ***
H A Dvfprintf_variation16_64bit.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";
21 // defining array of unsigned formats
22 $formats =
68 // looping to test vfprintf() with different unsigned formats from the above $format array
73 vfprintf($fp, $formats, $args);
86 *** Testing vfprintf() : unsigned formats and signed & other types of values ***
H A Dvfprintf_variation4.phpt2 Test vfprintf() function : usage variations - int formats with non-integer values
15 * Test vfprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vfprintf() : int formats and non-integer values ***\n";
21 // defining array of int formats
22 $formats =
69 // looping to test vfprintf() with different int formats from the above $format array
74 vfprintf($fp, $formats, $args);
87 *** Testing vfprintf() : int formats and non-integer values ***
H A Dvfprintf_variation8.phpt2 Test vfprintf() function : usage variations - string formats with non-string values
11 * Test vfprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vfprintf() : string formats and non-string values ***\n";
19 // defining array of string formats
20 $formats =
67 // looping to test vfprintf() with different string formats from the above $format array
72 vfprintf($fp, $formats, $args);
85 *** Testing vfprintf() : string formats and non-string values ***
H A Dvsprintf_variation14_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with non-hexa values
15 * Test vsprintf() when different hexa formats and non-hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats and non-hexa values ***\n";
21 // defining array of different hexa formats
22 $formats =
70 // looping to test vsprintf() with different hexa formats from the above $format array
76 var_dump( vsprintf($formats, $args) );
83 *** Testing vsprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation13.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";
21 // defining array of different hexa formats
22 $formats = array(
55 foreach($formats as $format) {
70 *** Testing vfprintf() : hexa formats with hexa values ***
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";
21 // defining array of different hexa formats
22 $formats = array(
55 foreach($formats as $format) {
70 *** Testing vfprintf() : hexa formats with hexa values ***
H A Dvprintf_variation18.phpt2 Test vprintf() function : usage variations - scientific formats with non-scientific values
11 * Test vprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vprintf() : scientific formats and non-scientific values ***\n";
17 // defining array of non-scientific formats
18 $formats =
59 // looping to test vprintf() with different scientific formats from the above $format array
64 $result = vprintf($formats, $args);
73 *** Testing vprintf() : scientific formats and non-scientific 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";
21 // defining array of different hexa formats
22 $formats =
75 // looping to test vfprintf() with different hexa formats from the above $format array
80 vfprintf($fp, $formats, $args);
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation14_64bit.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";
21 // defining array of different hexa formats
22 $formats =
75 // looping to test vfprintf() with different hexa formats from the above $format array
80 vfprintf($fp, $formats, $args);
93 *** Testing vfprintf() : hexa formats and non-hexa values ***
H A Dvfprintf_variation18.phpt2 Test vfprintf() function : usage variations - scientific formats with non-scientific values
11 * Test vfprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vfprintf() : scientific formats and non-scientific values ***\n";
17 // defining array of non-scientific formats
18 $formats =
64 // looping to test vfprintf() with different scientific formats from the above $format array
69 vfprintf($fp, $formats, $args);
81 *** Testing vfprintf() : scientific formats and non-scientific values ***
H A Dvsprintf_variation18.phpt2 Test vsprintf() function : usage variations - scientific formats with non-scientific values
11 * Test vsprintf() when different scientific formats and non-scientific values are passed to
15 echo "*** Testing vsprintf() : scientific formats and non-scientific values ***\n";
17 // defining array of non-scientific formats
18 $formats =
59 // looping to test vsprintf() with different scientific formats from the above $format array
64 var_dump( vsprintf($formats, $args) );
71 *** Testing vsprintf() : scientific formats and non-scientific values ***
H A Dsprintf_variation14.phpt2 Test sprintf() function : usage variations - float formats with boolean values
10 echo "*** Testing sprintf() : float formats with boolean values ***\n";
20 // various float formats
41 *** Testing sprintf() : float formats with boolean values ***
H A Dsprintf_variation33.phpt2 Test sprintf() function : usage variations - octal formats with boolean values
10 echo "*** Testing sprintf() : octal formats with boolean values ***\n";
20 // array of octal formats
41 *** Testing sprintf() : octal formats with boolean values ***
H A Dsprintf_variation45.phpt2 Test sprintf() function : usage variations - unsigned formats with boolean values
10 echo "*** Testing sprintf() : unsigned formats with boolean values ***\n";
20 // array of unsigned formats
41 *** Testing sprintf() : unsigned formats with boolean values ***
H A Dsprintf_variation5.phpt2 Test sprintf() function : usage variations - int formats with resource values
10 echo "*** Testing sprintf() : integer formats with resource values ***\n";
25 // various integer formats
50 *** Testing sprintf() : integer formats with resource values ***
H A Dsprintf_variation7.phpt2 Test sprintf() function : usage variations - int formats with boolean values
10 echo "*** Testing sprintf() : integer formats with boolean values ***\n";
20 // various integer formats
41 *** Testing sprintf() : integer formats with boolean values ***
/PHP-7.4/ext/date/tests/
H A Dbug74652.phpt7 $formats = [
17 foreach ( $formats as $format )

Completed in 45 milliseconds

12345678910