Home
last modified time | relevance | path

Searched refs:format (Results 76 – 100 of 798) sorted by relevance

12345678910>>...32

/PHP-5.5/ext/standard/tests/strings/
H A Dvprintf_variation3.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
30 // Arrays of int values for the format defined in $format.
31 // Each sub array contains int values which correspond to each format string in $format
44 // looping to test vprintf() with different int formats from the above $format array
47 foreach($formats as $format) {
49 $result = vprintf($format, $args_array[$counter-1]);
H A Dvsprintf_variation15_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
40 // looping to test vsprintf() with different unsigned formats from the above $format array
43 foreach($formats as $format) {
45 var_dump( vsprintf($format, $args_array[$counter-1]) );
H A Dvsprintf_basic1.phpt2 Test vsprintf() function : basic functionality - string format
5 /* Prototype : string vsprintf(string $format , array $args)
10 echo "*** Testing vsprintf() : basic functionality - using string format ***\n";
13 $format = "format";
29 *** Testing vsprintf() : basic functionality - using string format ***
H A Dvsprintf_basic7_64bit.phpt2 Test vsprintf() function : basic functionality - unsigned format
9 /* Prototype : string vsprintf(string $format , aaray $args)
14 echo "*** Testing vsprintf() : basic functionality - using unsigned format ***\n";
17 $format = "format";
32 *** Testing vsprintf() : basic functionality - using unsigned format ***
H A Dvprintf_basic4.phpt2 Test vprintf() function : basic functionality - bool format
5 /* Prototype : string vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : basic functionality - using bool format ***\n";
13 $format = "format";
36 *** Testing vprintf() : basic functionality - using bool format ***
H A Dvprintf_basic5.phpt2 Test vprintf() function : basic functionality - char format
5 /* Prototype : string vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : basic functionality - using char format ***\n";
13 $format = "format";
36 *** Testing vprintf() : basic functionality - using char format ***
H A Dvprintf_basic6.phpt2 Test vprintf() function : basic functionality - exponential format
5 /* Prototype : string vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : basic functionality - using exponential format ***\n";
13 $format = "format";
36 *** Testing vprintf() : basic functionality - using exponential format ***
H A Dvsprintf_basic7.phpt2 Test vsprintf() function : basic functionality - unsigned format
9 /* Prototype : string vsprintf(string $format , aaray $args)
14 echo "*** Testing vsprintf() : basic functionality - using unsigned format ***\n";
17 $format = "format";
32 *** Testing vsprintf() : basic functionality - using unsigned format ***
H A Dvsprintf_variation17.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * are passed to the '$format' and '$args' arguments of the function
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
36 // looping to test vsprintf() with different scientific formats from the above $format array
39 foreach($formats as $format) {
41 var_dump( vsprintf($format, $args_array[$counter-1]) );
H A Dvsprintf_variation5.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
44 // looping to test vsprintf() with different float formats from the above $format array
47 foreach($formats as $format) {
49 var_dump( vsprintf($format, $args_array[$counter-1]) );
H A Dvprintf_variation5.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
44 // looping to test vprintf() with different float formats from the above $format array
47 foreach($formats as $format) {
49 $result = vprintf($format, $args_array[$counter-1]);
H A Dvprintf_basic9.phpt2 Test vprintf() function : basic functionality - hexadecimal format
5 /* Prototype : string vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : basic functionality - using hexadecimal format ***\n";
12 // Initialising different format strings
13 $format = "format";
49 *** Testing vprintf() : basic functionality - using hexadecimal format ***
H A Dvprintf_basic1.phpt2 Test vprintf() function : basic functionality - string format
5 /* Prototype : int vprintf(string $format , array $args)
10 echo "*** Testing vprintf() : basic functionality - using string format ***\n";
13 $format = "format";
35 *** Testing vprintf() : basic functionality - using string format ***
H A Dvsprintf_basic3.phpt2 Test vsprintf() function : basic functionality - float format
5 /* Prototype : string vsprintf(string $format , array $args)
10 echo "*** Testing vsprintf() : basic functionality - using float format ***\n";
14 $format = "format";
38 *** Testing vsprintf() : basic functionality - using float format ***
H A Dvprintf_basic7.phpt2 Test vprintf() function : basic functionality - unsigned format
9 /* Prototype : string vprintf(string $format , aaray $args)
14 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
17 $format = "format";
40 *** Testing vprintf() : basic functionality - using unsigned format ***
H A Dvprintf_basic7_64bit.phpt2 Test vprintf() function : basic functionality - unsigned format
9 /* Prototype : string vprintf(string $format , aaray $args)
14 echo "*** Testing vprintf() : basic functionality - using unsigned format ***\n";
17 $format = "format";
39 *** Testing vprintf() : basic functionality - using unsigned format ***
H A Dsprintf_variation53.phpt2 Test sprintf() function : usage variations - with whitespaces in format strings
5 /* Prototype : string sprintf(string $format [, mixed $arg1 [, mixed ...]])
10 echo "*** Testing sprintf() : with white spaces in format strings ***\n";
12 // initializing the format array
29 foreach($formats as $format) {
30 var_dump( sprintf($format, 1234) );
36 *** Testing sprintf() : with white spaces in format strings ***
H A Dvfprintf_variation3.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
30 // Arrays of int values for the format defined in $format.
31 // Each sub array contains int values which correspond to each format string in $format
44 // looping to test vfprintf() with different int formats from the above $format array
53 foreach($formats as $format) {
55 vfprintf($fp, $format, $args_array[$counter-1]);
H A Dvfprintf_variation15.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
45 // looping to test vfprintf() with different unsigned formats from the above $format array
48 foreach($formats as $format) {
50 vfprintf($fp, $format, $args_array[$counter-1]);
H A Dvfprintf_variation15_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
30 // Arrays of unsigned values for the format defined in $format.
31 // Each sub array contains unsigned values which correspond to each format string in $format
45 // looping to test vfprintf() with different unsigned formats from the above $format array
48 foreach($formats as $format) {
50 vfprintf($fp, $format, $args_array[$counter-1]);
H A Dvfprintf_variation5.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
30 // Arrays of float values for the format defined in $format.
31 // Each sub array contains float values which correspond to each format string in $format
49 // looping to test vprintf() with different float formats from the above $format array
52 foreach($formats as $format) {
54 vfprintf($fp, $format, $args_array[$counter-1]);
H A Dvprintf_variation17.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * are passed to the '$format' and '$args' arguments of the function
26 // Arrays of scientific values for the format defined in $format.
27 // Each sub array contains scientific values which correspond to each format string in $format
36 // looping to test vprintf() with different scientific formats from the above $format array
39 foreach($formats as $format) {
41 $result = vprintf($format, $args_array[$counter-1]);
H A Dvfprintf_basic8.phpt2 Test vfprintf() function : basic functionality - octal format
5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
10 echo "*** Testing vfprintf() : basic functionality - using octal format ***\n";
13 $format = "format";
42 *** Testing vfprintf() : basic functionality - using octal format ***
/PHP-5.5/main/
H A Dsnprintf.h81 PHPAPI int ap_php_slprintf(char *buf, size_t len, const char *format,...);
82 PHPAPI int ap_php_vslprintf(char *buf, size_t len, const char *format, va_list ap);
85 PHPAPI int ap_php_vasprintf(char **buf, const char *format, va_list ap);
86 PHPAPI int ap_php_asprintf(char **buf, const char *format, ...);
87 PHPAPI int php_sprintf (char* s, const char* format, ...) PHP_ATTRIBUTE_FORMAT(printf, 2, 3);
89 PHPAPI char * php_conv_fp(register char format, register double num,
159 char format, char *buf_end, register int *len);
/PHP-5.5/ext/date/tests/
H A Didate_variation5.phpt2 Test idate() function : usage variation - Passing supported Time format characters to format argume…
5 /* Prototype : int idate(string format [, int timestamp])
20 '12 hour format' => 'h',
21 '24 hour format' => 'H',
42 --12 hour format--
45 --24 hour format--

Completed in 49 milliseconds

12345678910>>...32