/php-src/ext/standard/tests/strings/ |
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"; 16 // defining array of octal formats 17 $formats = array( 42 // looping to test vprintf() with different octal formats from the above $formats array 45 foreach($formats as $format) { 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"; 16 // defining array of octal formats 17 $formats = array( 42 // looping to test vprintf() with different octal formats from the above $formats array 45 foreach($formats as $format) { 55 *** Testing vprintf() : octal formats with octal 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"; 16 // defining array of unsigned formats 17 $formats = array( 35 // looping to test vprintf() with different unsigned formats from the above $format array 38 foreach($formats as $format) { 48 *** Testing vprintf() : unsigned formats and unsigned values ***
|
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"; 13 // defining array of int formats 14 $formats = array( 39 // looping to test vprintf() with different int formats from the above $format array 42 foreach($formats as $format) { 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"; 13 // defining array of float formats 14 $formats = array( 39 // looping to test vprintf() with different float formats from the above $format array 42 foreach($formats as $format) { 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"; 13 // defining array of char formats 14 $formats = array( 39 // looping to test vprintf() with different char formats from the above $format array 42 foreach($formats as $format) { 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"; 16 // defining array of unsigned formats 17 $formats = array( 35 // looping to test vprintf() with different unsigned formats from the above $format array 38 foreach($formats as $format) { 48 *** Testing vprintf() : unsigned formats and unsigned values ***
|
H A D | vprintf_variation17.phpt | 2 Test vsprintf() function : usage variations - scientific formats with scientific values 6 * Test vprintf() when different scientific formats and scientific values 10 echo "*** Testing vprintf() : scientific formats and scientific values ***\n"; 12 // defining array of scientific formats 13 $formats = array( 31 // looping to test vprintf() with different scientific formats from the above $format array 34 foreach($formats as $format) { 44 *** Testing vprintf() : scientific formats and scientific 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"; 12 // defining array of float formats 13 $formats = 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"; 30 // defining array of string formats 31 $formats = array( 54 // looping to test vprintf() with different string formats from the above $format array 57 foreach($formats as $format) { 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"; 16 // defining array of octal formats 17 $formats = 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.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"; 16 // defining array of int formats 17 $formats = 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 ***
|
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"; 16 // defining array of int formats 17 $formats = 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 ***
|
H A D | vprintf_variation12_64bit.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"; 16 // defining array of octal formats 17 $formats = 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_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"; 16 // defining array of different hexa formats 17 $formats = array( 45 foreach($formats as $format) { 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"; 16 // defining array of different hexa formats 17 $formats = array( 45 foreach($formats as $format) { 55 *** Testing vprintf() : hexa formats with hexa values ***
|
H A D | vprintf_variation16.phpt | 2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values 10 * Test vprintf() when different unsigned formats and signed values and other types of values 14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n"; 16 // defining array of unsigned formats 17 $formats = 58 // looping to test vprintf() with different unsigned formats from the above $format array 63 $result = vprintf($formats, $args); 70 *** Testing vprintf() : unsigned formats and signed & other types of values ***
|
H A D | vprintf_variation16_64bit.phpt | 2 Test vprintf() function : usage variations - unsigned formats with signed and other types of values 10 * Test vprintf() when different unsigned formats and signed values and other types of values 14 echo "*** Testing vprintf() : unsigned formats and signed & other types of values ***\n"; 16 // defining array of unsigned formats 17 $formats = 58 // looping to test vprintf() with different unsigned formats from the above $format array 63 $result = vprintf($formats, $args); 71 *** Testing vprintf() : unsigned formats and signed & other types of values ***
|
H A D | vprintf_variation10.phpt | 2 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); 79 *** Testing vprintf() : char formats and non-char values ***
|
H A D | vprintf_variation14.phpt | 2 Test vprintf() function : usage variations - hexa formats with non-hexa values 10 * Test vprintf() when different hexa formats and non-hexa values are passed to 14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n"; 16 // defining array of different hexa formats 17 $formats = 65 // looping to test vprintf() with different hexa formats from the above $format array 71 $result = vprintf($formats, $args); 79 *** Testing vprintf() : hexa formats and non-hexa values ***
|
H A D | vprintf_variation14_64bit.phpt | 2 Test vprintf() function : usage variations - hexa formats with non-hexa values 10 * Test vprintf() when different hexa formats and non-hexa values are passed to 14 echo "*** Testing vprintf() : hexa formats and non-hexa values ***\n"; 16 // defining array of different hexa formats 17 $formats = 65 // looping to test vprintf() with different hexa formats from the above $format array 71 $result = vprintf($formats, $args); 79 *** Testing vprintf() : hexa formats and non-hexa values ***
|
H A D | vprintf_variation18.phpt | 2 Test vprintf() function : usage variations - scientific formats with non-scientific values 6 * Test vprintf() when different scientific formats and non-scientific values are passed to 10 echo "*** Testing vprintf() : scientific formats and non-scientific values ***\n"; 12 // defining array of non-scientific formats 13 $formats = 54 // looping to test vprintf() with different scientific formats from the above $format array 59 $result = vprintf($formats, $args); 67 *** Testing vprintf() : scientific formats and non-scientific values ***
|
H A D | vprintf_variation8.phpt | 2 Test vprintf() function : usage variations - string formats with non-string values 6 * Test vprintf() when different string formats and non-string values are passed to 10 echo "*** Testing vprintf() : string formats and non-string values ***\n"; 12 // defining array of string formats 13 $formats = 55 // looping to test vprintf() with different string formats from the above $format array 60 $result = vprintf($formats, $args); 68 *** Testing vprintf() : string formats and non-string values ***
|
H A D | sprintf_variation27.phpt | 2 Test sprintf() function : usage variations - char formats with char values 5 echo "*** Testing sprintf() : char formats with char values ***\n"; 10 // array of char formats 29 *** Testing sprintf() : char formats with char values ***
|
/php-src/ext/date/tests/ |
H A D | bug74652.phpt | 7 $formats = [ 17 foreach ( $formats as $format )
|