Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 229) sorted by last modified time

12345678910

/PHP-5.4/ext/standard/tests/strings/
H A Dvsprintf_variation3.phpt2 Test vsprintf() function : usage variations - int formats with int values
11 * Test vsprintf() when different int formats and int values are passed to
15 echo "*** Testing vsprintf() : int formats with int values ***\n";
18 // defining array of int formats
19 $formats = array(
44 // looping to test vsprintf() with different int formats from the above $format array
47 foreach($formats as $format) {
57 *** Testing vsprintf() : int formats with int 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 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 Dvsprintf_variation5.phpt2 Test vsprintf() function : usage variations - float formats with float values
11 * Test vsprintf() when different float formats and float values are passed to
15 echo "*** Testing vsprintf() : int formats with float values ***\n";
18 // defining array of float formats
19 $formats = array(
44 // looping to test vsprintf() with different float formats from the above $format array
47 foreach($formats as $format) {
57 *** Testing vsprintf() : int formats with float values ***
H A Dvsprintf_variation6.phpt2 Test vsprintf() function : usage variations - float formats with non-float values
11 * Test vsprintf() when different float formats and non-float values are passed to
15 echo "*** Testing vsprintf() : float formats and non-float values ***\n";
17 // defining array of float formats
18 $formats =
59 // looping to test vsprintf() with different float formats from the above $format array
64 var_dump( vsprintf($formats, $args) );
71 *** Testing vsprintf() : float formats and non-float values ***
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) {
71 *** Testing vsprintf() : string formats with strings ***
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 Dvsprintf_variation9.phpt2 Test vsprintf() function : usage variations - char formats with char values
11 * Test vsprintf() for char formats with an array of chars passed to the function
14 echo "*** Testing vsprintf() : char formats with char values ***\n";
17 // defining array of char formats
18 $formats = array(
43 // looping to test vsprintf() with different char formats from the above $format array
46 foreach($formats as $format) {
56 *** Testing vsprintf() : char formats with char 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_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_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 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 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";
18 // defining array of float formats
19 $formats = array(
44 // looping to test vprintf() with different float formats from the above $format array
47 foreach($formats as $format) {
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";
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 Dvprintf_variation9.phpt2 Test vprintf() function : usage variations - char formats with char values
11 * Test vprintf() for char formats with an array of chars passed to the function
14 echo "*** Testing vprintf() : char formats with char values ***\n";
17 // defining array of char formats
18 $formats = array(
43 // looping to test vprintf() with different char formats from the above $format array
46 foreach($formats as $format) {
57 *** Testing vprintf() : char formats with char values ***
H A Dvsprintf_variation11.phpt2 Test vsprintf() function : usage variations - octal formats with octal values
15 * Test vsprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vsprintf() : octal formats with octal values ***\n";
21 // defining array of octal formats
22 $formats = array(
47 // looping to test vsprintf() with different octal formats from the above $formats array
50 foreach($formats as $format) {
60 *** Testing vsprintf() : octal formats with octal values ***
H A Dvsprintf_variation11_64bit.phpt2 Test vsprintf() function : usage variations - octal formats with octal values
15 * Test vsprintf() when different octal formats and octal values are passed to
19 echo "*** Testing vsprintf() : octal formats with octal values ***\n";
21 // defining array of octal formats
22 $formats = array(
47 // looping to test vsprintf() with different octal formats from the above $formats array
50 foreach($formats as $format) {
60 *** Testing vsprintf() : octal formats with octal 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_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_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) {
60 *** Testing vsprintf() : hexa formats with 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 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 ***

Completed in 31 milliseconds

12345678910