Home
last modified time | relevance | path

Searched refs:formats (Results 26 – 50 of 232) sorted by relevance

12345678910

/PHP-7.4/ext/standard/tests/strings/
H A Dvsprintf_variation7.phpt2 Test vsprintf() function : usage variations - string formats with strings
11 * Test vsprintf() when different string formats and string values are passed to
15 echo "*** Testing vsprintf() : string formats with strings ***\n";
34 // defining array of string formats
35 $formats = array(
58 // looping to test vsprintf() with different string formats from the above $format array
61 foreach($formats as $format) {
70 *** Testing vsprintf() : string formats with strings ***
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";
17 // defining array of float formats
18 $formats =
59 // looping to test vprintf() with different float formats from the above $format array
64 $result = vprintf($formats, $args);
73 *** Testing vprintf() : float formats and non-float values ***
H A Dvprintf_variation7.phpt2 Test vprintf() function : usage variations - string formats with strings
11 * Test vprintf() when different string formats and string values are passed to
15 echo "*** Testing vprintf() : string formats with strings ***\n";
34 // defining array of string formats
35 $formats = array(
58 // looping to test vprintf() with different string formats from the above $format array
61 foreach($formats as $format) {
72 *** Testing vprintf() : string formats with strings ***
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";
19 // defining array of string formats
20 $formats =
62 // looping to test vprintf() with different string formats from the above $format array
67 $result = vprintf($formats, $args);
76 *** Testing vprintf() : string formats and non-string values ***
H A Dvsprintf_variation10.phpt2 Test vsprintf() function : usage variations - char formats with non-char values
11 * Test vsprintf() when different char formats and non-char values are passed to
15 echo "*** Testing vsprintf() : char formats and non-char values ***\n";
17 // defining an array of various char formats
18 $formats =
66 // looping to test vsprintf() with different char formats from the above $format array
71 var_dump( vsprintf($formats, $args) );
78 *** Testing vsprintf() : char formats and non-char values ***
H A Dvsprintf_variation8.phpt2 Test vsprintf() function : usage variations - string formats with non-string values
11 * Test vsprintf() when different string formats and non-string values are passed to
17 echo "*** Testing vsprintf() : string formats and non-string values ***\n";
19 // defining array of string formats
20 $formats =
62 // looping to test vsprintf() with different string formats from the above $format array
67 var_dump( vsprintf($formats, $args) );
74 *** Testing vsprintf() : string formats and non-string values ***
H A Dvprintf_variation10.phpt2 Test vprintf() function : usage variations - char formats with non-char values
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";
17 // defining an array of various char formats
18 $formats =
66 // looping to test vprintf() with different char formats from the above $format array
71 $result = vprintf($formats, $args);
80 *** Testing vprintf() : char formats and non-char values ***
H A Dvprintf_variation12.phpt2 Test vprintf() function : usage variations - octal formats with non-octal values
15 * Test vprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
70 // looping to test vprintf() with different octal formats from the above $format array
75 $result = vprintf($formats, $args);
84 *** Testing vprintf() : octal formats and non-octal values ***
H A Dvprintf_variation12_64bit.phpt2 Test vprintf() function : usage variations - octal formats with non-octal values
15 * Test vprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
70 // looping to test vprintf() with different octal formats from the above $format array
75 $result = vprintf($formats, $args);
84 *** Testing vprintf() : octal formats and non-octal values ***
H A Dvprintf_variation16.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
22 $formats =
63 // looping to test vprintf() with different unsigned formats from the above $format array
68 $result = vprintf($formats, $args);
76 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvprintf_variation16_64bit.phpt2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
22 $formats =
63 // looping to test vprintf() with different unsigned formats from the above $format array
68 $result = vprintf($formats, $args);
77 *** Testing vprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation12.phpt2 Test vsprintf() function : usage variations - octal formats with non-octal values
15 * Test vsprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vsprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
70 // looping to test vsprintf() with different octal formats from the above $format array
75 var_dump( vsprintf($formats, $args) );
82 *** Testing vsprintf() : octal formats and non-octal values ***
H A Dvsprintf_variation16.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
22 $formats =
63 // looping to test vsprintf() with different unsigned formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation4.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
21 // defining array of int formats
22 $formats =
63 // looping to test vsprintf() with different int formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvfprintf_variation7.phpt2 Test vprintf() function : usage variations - string formats with strings
11 * Test vfprintf() when different string formats and string values are passed to
15 echo "*** Testing vfprintf() : string formats with strings ***\n";
34 // defining array of string formats
35 $formats = array(
63 // looping to test vfprintf() with different string formats from the above $format array
66 foreach($formats as $format) {
81 *** Testing vfprintf() : string formats with strings ***
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";
21 // defining array of int formats
22 $formats =
63 // looping to test vprintf() with different int formats from the above $format array
68 $result = vprintf($formats, $args);
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";
21 // defining array of int formats
22 $formats =
63 // looping to test vprintf() with different int formats from the above $format array
68 $result = vprintf($formats, $args);
77 *** Testing vprintf() : int formats and non-integer values ***
H A Dvfprintf_variation6.phpt2 Test vfprintf() function : usage variations - float formats with non-float values
11 * Test vfprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vfprintf() : float formats and non-float values ***\n";
17 // defining array of float formats
18 $formats =
64 // looping to test vfprintf() with different float formats from the above $format array
69 vfprintf($fp, $formats, $args);
82 *** Testing vfprintf() : float formats and non-float values ***
H A Dvsprintf_variation12_64bit.phpt2 Test vsprintf() function : usage variations - octal formats with non-octal values
15 * Test vsprintf() when different octal formats and non-octal values are passed to
19 echo "*** Testing vsprintf() : octal formats and non-octal values ***\n";
21 // defining array of octal formats
22 $formats =
70 // looping to test vsprintf() with different octal formats from the above $format array
75 var_dump( vsprintf($formats, $args) );
82 *** Testing vsprintf() : octal formats and non-octal values ***
H A Dvsprintf_variation16_64bit.phpt2 Test vsprintf() function : usage variations - unsigned formats with signed and other types of values
15 * Test vsprintf() when different unsigned formats and signed values and other types of values
19 echo "*** Testing vsprintf() : unsigned formats and signed & other types of values ***\n";
21 // defining array of unsigned formats
22 $formats =
63 // looping to test vsprintf() with different unsigned formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : unsigned formats and signed & other types of values ***
H A Dvsprintf_variation4_64bit.phpt2 Test vsprintf() function : usage variations - int formats with non-integer values
15 * Test vsprintf() when different int formats and non-int values are passed to
19 echo "*** Testing vsprintf() : int formats and non-integer values ***\n";
21 // defining array of int formats
22 $formats =
63 // looping to test vsprintf() with different int formats from the above $format array
68 var_dump( vsprintf($formats, $args) );
75 *** Testing vsprintf() : int formats and non-integer values ***
H A Dvprintf_variation13.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
15 * Test vprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
21 // defining array of different hexa formats
22 $formats = array(
50 foreach($formats as $format) {
61 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvprintf_variation13_64bit.phpt2 Test vprintf() function : usage variations - hexa formats with hexa values
15 * Test vprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vprintf() : hexa formats with hexa values ***\n";
21 // defining array of different hexa formats
22 $formats = array(
50 foreach($formats as $format) {
61 *** Testing vprintf() : hexa formats with hexa values ***
H A Dvsprintf_variation13.phpt2 Test vsprintf() function : usage variations - hexa formats with hexa values
15 * Test vsprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats with hexa values ***\n";
21 // defining array of different hexa formats
22 $formats = array(
50 foreach($formats as $format) {
59 *** Testing vsprintf() : hexa formats with hexa values ***
H A Dvsprintf_variation13_64bit.phpt2 Test vsprintf() function : usage variations - hexa formats with hexa values
15 * Test vsprintf() when different hexa formats and hexa values are passed to
19 echo "*** Testing vsprintf() : hexa formats with hexa values ***\n";
21 // defining array of different hexa formats
22 $formats = array(
50 foreach($formats as $format) {
59 *** Testing vsprintf() : hexa formats with hexa values ***

Completed in 42 milliseconds

12345678910