Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 858) sorted by relevance

12345678910>>...35

/PHP-7.2/ext/standard/tests/strings/
H A Dvprintf_variation4.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvprintf_variation4_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vprintf() with different int formats from the above $format array
H A Dvsprintf_variation12.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation12_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
70 // looping to test vsprintf() with different octal formats from the above $format array
H A Dvsprintf_variation16.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation16_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
63 // looping to test vsprintf() with different unsigned formats from the above $format array
H A Dvsprintf_variation4.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vsprintf() with different int formats from the above $format array
H A Dvsprintf_variation4_64bit.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
63 // looping to test vsprintf() with different int formats from the above $format array
H A Dvfprintf_variation10.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non char values for the format defined in $format.
26 // Each sub array contains non char values which correspond to each format in $format
71 // looping to test vfprintf() with different char formats from the above $format array
H A Dvfprintf_variation12.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
H A Dvfprintf_variation12_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non octal values for the format defined in $format.
30 // Each sub array contains non octal values which correspond to each format in $format
75 // looping to test vfprintf() with different octal formats from the above $format array
H A Dvfprintf_variation16.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
68 // looping to test vfprintf() with different unsigned formats from the above $format array
H A Dvfprintf_variation16_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * are passed to the '$format' and '$args' arguments of the function
29 // Arrays of signed and other type of values for the format defined in $format.
30 // Each sub array contains signed values which correspond to each format in $format
68 // looping to test vfprintf() with different unsigned formats from the above $format array
H A Dvfprintf_variation4.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
69 // looping to test vfprintf() with different int formats from the above $format array
H A Dvfprintf_variation4_64bit.phpt9 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non int values for the format defined in $format.
30 // Each sub array contains non int values which correspond to each format in $format
69 // looping to test vfprintf() with different int formats from the above $format array
H A Dvfprintf_variation8.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
12 * the '$format' and '$args' arguments of the function
27 // Arrays of non string values for the format defined in $format.
28 // Each sub array contains non string values which correspond to each format in $format
67 // looping to test vfprintf() with different string formats from the above $format array
H A Dvprintf_variation1.phpt2 Test vprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vprintf(string $format, array $args)
11 * Test vprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
104 *** Testing vprintf() : with unexpected values for format argument ***
H A Dvprintf_variation14.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvprintf_variation14_64bit.phpt9 /* Prototype : string vprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vprintf() with different hexa formats from the above $format array
H A Dvsprintf_variation1.phpt2 Test vsprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : string vsprintf(string $format, array $args)
11 * Test vsprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vsprintf() : with unexpected values for format argument ***\n";
86 // loop through each element of the array for format
102 *** Testing vsprintf() : with unexpected values for format argument ***
H A Dvsprintf_variation14.phpt9 /* Prototype : string vsprintf(string format, array args)
16 * the '$format' and '$args' arguments of the function
29 // Arrays of non hexa values for the format defined in $format.
30 // Each sub array contains non hexa values which correspond to each format in $format
70 // looping to test vsprintf() with different hexa formats from the above $format array
/PHP-7.2/ext/standard/
H A Ddatetime.c81 char *strptime(const char *s, const char *format, struct tm *tm);
90 char *format; in PHP_FUNCTION() local
97 Z_PARAM_STRING(format, format_length) in PHP_FUNCTION()
102 unparsed_part = strptime(ts, format, &parsed_time); in PHP_FUNCTION()
/PHP-7.2/ext/date/tests/
H A Dbug48476.phpt13 var_dump($o->format("d"));
16 var_dump($x->format("d"));
24 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
27 Warning: DateTime::format(): The DateTime object has not been correctly initialized by its construc…
H A Dbug50055.phpt10 echo $da1->format( DateTime::ISO8601 ), "\n";
11 echo date_add($da1, $i)->format( DateTime::ISO8601 ), "\n";
18 echo $da2->format( DateTime::ISO8601 ), "\n";
19 echo date_add($da2, $i2)->format( DateTime::ISO8601 ), "\n";//works
/PHP-7.2/ext/intl/tests/
H A Dmsgfmt_format_mixed_params.phpt2 MessageFormatter::format(): mixed named and numeric parameters
17 var_dump($mf->format(array(2.3, "foo" => 1.3)));
18 var_dump($mf->format(array("foo" => 1.3, 0 => 2.3)));

Completed in 32 milliseconds

12345678910>>...35