/PHP-5.6/ext/standard/tests/strings/ |
H A D | vprintf_variation11.phpt | 2 Test vprintf() function : usage variations - octal formats with octal values 15 * Test vprintf() when different octal formats and octal values are passed to 19 echo "*** Testing vprintf() : octal formats with octal values ***\n"; 21 // defining array of octal formats 22 $formats = array( 47 // looping to test vprintf() with different octal formats from the above $formats array 50 foreach($formats as $format) { 61 *** 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 15 * Test vprintf() when different octal formats and octal values are passed to 19 echo "*** Testing vprintf() : octal formats with octal values ***\n"; 21 // defining array of octal formats 22 $formats = array( 47 // looping to test vprintf() with different octal formats from the above $formats array 50 foreach($formats as $format) { 61 *** Testing vprintf() : octal formats with octal values ***
|
H A D | vsprintf_variation11.phpt | 2 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 D | vsprintf_variation11_64bit.phpt | 2 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 D | vfprintf_variation11.phpt | 2 Test vfprintf() function : usage variations - octal formats with octal values 15 * Test vfprintf() when different octal formats and octal values are passed to 19 echo "*** Testing vfprintf() : octal formats with octal values ***\n"; 21 // defining array of octal formats 22 $formats = array( 52 // looping to test vfprintf() with different octal formats from the above $formats array 55 foreach($formats as $format) { 70 *** Testing vfprintf() : octal formats with octal values ***
|
H A D | vfprintf_variation11_64bit.phpt | 2 Test vfprintf() function : usage variations - octal formats with octal values 15 * Test vfprintf() when different octal formats and octal values are passed to 19 echo "*** Testing vfprintf() : octal formats with octal values ***\n"; 21 // defining array of octal formats 22 $formats = array( 52 // looping to test vfprintf() with different octal formats from the above $formats array 55 foreach($formats as $format) { 70 *** Testing vfprintf() : octal formats with octal values ***
|
H A D | vprintf_variation15.phpt | 2 Test vprintf() function : usage variations - unsigned formats with unsigned values 15 * Test vprintf() when different unsigned formats and unsigned values 19 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n"; 21 // defining array of unsigned formats 22 $formats = array( 40 // looping to test vprintf() with different unsigned formats from the above $format array 43 foreach($formats as $format) { 54 *** Testing vprintf() : unsigned formats and unsigned values ***
|
H A D | vprintf_variation15_64bit.phpt | 2 Test vprintf() function : usage variations - unsigned formats with unsigned values 15 * Test vprintf() when different unsigned formats and unsigned values 19 echo "*** Testing vprintf() : unsigned formats and unsigned values ***\n"; 21 // defining array of unsigned formats 22 $formats = array( 40 // looping to test vprintf() with different unsigned formats from the above $format array 43 foreach($formats as $format) { 54 *** Testing vprintf() : unsigned formats and unsigned values ***
|
H A D | vprintf_variation3.phpt | 2 Test vprintf() function : usage variations - int formats with int values 11 * Test vprintf() when different int formats and int values are passed to 15 echo "*** Testing vprintf() : int formats with int values ***\n"; 18 // defining array of int formats 19 $formats = array( 44 // looping to test vprintf() with different int formats from the above $format array 47 foreach($formats as $format) { 58 *** Testing vprintf() : int formats with int values ***
|
H A D | vsprintf_variation15.phpt | 2 Test vsprintf() function : usage variations - unsigned formats with unsigned values 15 * Test vsprintf() when different unsigned formats and unsigned values 19 echo "*** Testing vsprintf() : unsigned formats and unsigned values ***\n"; 21 // defining array of unsigned formats 22 $formats = array( 40 // looping to test vsprintf() with different unsigned formats from the above $format array 43 foreach($formats as $format) { 52 *** Testing vsprintf() : unsigned formats and unsigned values ***
|
H A D | vsprintf_variation15_64bit.phpt | 2 Test vsprintf() function : usage variations - unsigned formats with unsigned values 15 * Test vsprintf() when different unsigned formats and unsigned values 19 echo "*** Testing vsprintf() : unsigned formats and unsigned values ***\n"; 21 // defining array of unsigned formats 22 $formats = array( 40 // looping to test vsprintf() with different unsigned formats from the above $format array 43 foreach($formats as $format) { 52 *** Testing vsprintf() : unsigned formats and unsigned values ***
|
H A D | vsprintf_variation3.phpt | 2 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 D | vprintf_variation5.phpt | 2 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 D | vprintf_variation9.phpt | 2 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 D | vsprintf_variation17.phpt | 2 Test vsprintf() function : usage variations - scientific formats with scientific values 11 * Test vsprintf() when different scientific formats and scientific values 15 echo "*** Testing vsprintf() : scientific formats and scientific values ***\n"; 17 // defining array of scientific formats 18 $formats = array( 36 // looping to test vsprintf() with different scientific formats from the above $format array 39 foreach($formats as $format) { 48 *** Testing vsprintf() : scientific formats and scientific values ***
|
H A D | vsprintf_variation5.phpt | 2 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 D | vsprintf_variation9.phpt | 2 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 D | vfprintf_variation15.phpt | 2 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"; 21 // defining array of unsigned formats 22 $formats = array( 45 // looping to test vfprintf() with different unsigned formats from the above $format array 48 foreach($formats as $format) { 63 *** Testing vfprintf() : unsigned formats and unsigned values ***
|
H A D | vfprintf_variation15_64bit.phpt | 2 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"; 21 // defining array of unsigned formats 22 $formats = array( 45 // looping to test vfprintf() with different unsigned formats from the above $format array 48 foreach($formats as $format) { 63 *** Testing vfprintf() : unsigned formats and unsigned values ***
|
H A D | vfprintf_variation3.phpt | 2 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"; 18 // defining array of int formats 19 $formats = array( 44 // looping to test vfprintf() with different int formats from the above $format array 53 foreach($formats as $format) { 68 *** Testing vfprintf() : int formats with int values ***
|
H A D | vfprintf_variation5.phpt | 2 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"; 18 // defining array of float formats 19 $formats = array( 49 // looping to test vprintf() with different float formats from the above $format array 52 foreach($formats as $format) { 67 *** Testing vfprintf() : int formats with float values ***
|
H A D | vfprintf_variation9.phpt | 2 Test vfprintf() function : usage variations - char formats with char values 11 * Test vfprintf() for char formats with an array of chars passed to the function 14 echo "*** Testing vfprintf() : char formats with char values ***\n"; 17 // defining array of char formats 18 $formats = array( 48 // looping to test vfprintf() with different char formats from the above $format array 51 foreach($formats as $format) { 66 *** Testing vfprintf() : char formats with char values ***
|
H A D | vprintf_variation17.phpt | 2 Test vsprintf() function : usage variations - scientific formats with scientific values 11 * Test vprintf() when different scientific formats and scientific values 15 echo "*** Testing vprintf() : scientific formats and scientific values ***\n"; 17 // defining array of scientific formats 18 $formats = array( 36 // looping to test vprintf() with different scientific formats from the above $format array 39 foreach($formats as $format) { 50 *** Testing vprintf() : scientific formats and scientific values ***
|
H A D | vfprintf_variation17.phpt | 2 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"; 17 // defining array of scientific formats 18 $formats = array( 41 // looping to test vfprintf() with different scientific formats from the above $format array 44 foreach($formats as $format) { 58 *** Testing vfprintf() : scientific formats and scientific values ***
|
H A D | vsprintf_variation6.phpt | 2 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 ***
|