Home
last modified time | relevance | path

Searched refs:format (Results 176 – 200 of 798) sorted by relevance

12345678910>>...32

/PHP-5.5/ext/date/tests/
H A Ddate_format_error.phpt5 /* Prototype : string date_format ( DateTime $object , string $format )
6 * Description: Returns date formatted according to given format
8 * Alias to functions: DateTime::format
25 $format = "F j, Y, g:i a";
27 var_dump( date_format($date, $format, $extra_arg) );
31 var_dump( date_format($invalid_obj, $format) );
33 var_dump( date_format($invalid_obj, $format) );
35 var_dump( date_format($invalid_obj, $format) );
H A D005.phpt29 Warning: idate(): Unrecognized date format token. in %s on line %d
32 Warning: idate(): idate format is one char in %s on line %d
35 Warning: idate(): Unrecognized date format token. in %s on line %d
39 Warning: idate(): Unrecognized date format token. in %s on line %d
42 Warning: idate(): Unrecognized date format token. in %s on line %d
H A D012.phpt9 var_dump($dto->format("Y/m/d H:i:s"));
11 var_dump($dto->format("Y/m/d H:i:s"));
13 var_dump($dto->format("Y/m/d H:i:s"));
15 var_dump($dto->format("Y/m/d H:i:s"));
17 var_dump($dto->format("Y/m/d H:i:s"));
H A D013.phpt9 var_dump($dto->format("Y.m.d H:i:s"));
11 var_dump($dto->format("Y.m.d H:i:s"));
13 var_dump($dto->format("Y.m.d H:i:s"));
15 var_dump($dto->format("Y.m.d H:i:s"));
17 var_dump($dto->format("Y.m.d H:i:s"));
H A Doo_002.phpt9 var_dump($d->format(DateTime::RFC822));
11 var_dump($c->format(DateTime::RFC822));
14 var_dump($d->format(DateTime::RFC822));
15 var_dump($c->format(DateTime::RFC822));
H A Dbug49585.phpt8 var_dump($date->format('r'));
11 var_dump($date->format('r'));
12 var_dump($date->format('c'));
H A Dgmdate_variation5.phpt2 Test gmdate() function : usage variation - Passing Week representation to format.
5 /* Prototype : string gmdate(string format [, long timestamp])
17 echo "\n-- Testing gmdate() function with ISO-8601 week number of year format --\n";
26 -- Testing gmdate() function with ISO-8601 week number of year format --
H A Dgmstrftime_basic.phpt5 /* Prototype : string gmstrftime(string format [, int timestamp])
14 $format = '%b %d %Y %H:%M:%S';
18 var_dump( gmstrftime($format, $timestamp) );
21 var_dump( gmstrftime($format) );
H A Dstrftime_basic.phpt5 /* Prototype : string strftime(string format [, int timestamp])
15 $format = '%b %d %Y %H:%M:%S';
19 var_dump( strftime($format, $timestamp) );
22 var_dump( strftime($format) );
H A Didate_variation6.phpt2 Test idate() function : usage variation - Checking return of year(1 or 2 digits) format starting wi…
5 /* Prototype : int idate(string format [, int timestamp])
15 $format = 'y';
19 var_dump( idate($format, $timestamp) );
23 var_dump( idate($format, $timestamp) );
H A Dbug52290.phpt12 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
15 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
18 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
21 var_dump($dt->format('o-\WW-N | Y-m-d | H:i:s | U'));
H A DDateInterval_format_a.phpt2 DateInterval::format(), %a
10 if (!method_exists('DateInterval', 'format')) die("skip: method doesn't exist");
20 echo $interval->format('a=%a') . "\n";
H A DDateTime_modify_basic1.phpt6 … the timestamp of a DateTime object by incrementing or decrementing in a format accepted by strtot…
20 echo "After modification 1: " . $datetime->format("D, d M Y") . "\n";
23 echo "After modification 2: " . $datetime->format("D, d M Y H:i:s") . "\n";
26 echo "After modification 3: " . $datetime->format("D, d M Y") . "\n";
29 echo "After modification 4: " . $datetime->format("D, d M Y") . "\n";
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_tif_mm.phpt2 GetImageSize() for tiff format with big-endian (aka Motorola, aka MM) ordering
6 die("skip tiff_mm file format is not available");
17 echo "*** Testing getimagesize() : tiff_mm format ***\n";
24 *** Testing getimagesize() : tiff_mm format ***
/PHP-5.5/ext/intl/tests/
H A Ddateformat_create_cal_arg_variant2.phpt17 echo $df->format($ts), "\n";
21 echo $df->format($ts), "\n";
26 echo $df->format($ts), "\n";
30 echo $df->format($ts), "\n";
34 echo $df->format($ts), "\n";
38 echo $df->format($ts), "\n";
41 echo $df->format($ts), "\n";
H A Ddateformat_create_cal_arg_variant3.phpt18 echo $df->format($ts), "\n";
22 echo $df->format($ts), "\n";
27 echo $df->format($ts), "\n";
31 echo $df->format($ts), "\n";
35 echo $df->format($ts), "\n";
39 echo $df->format($ts), "\n";
42 echo $df->format($ts), "\n";
H A Dmsgfmt_format_error5.phpt2 MessageFormatter::format() invalid date/time argument
20 var_dump($mf->format(array("foo" => new stdclass())));
23 Warning: MessageFormatter::format(): msgfmt_format: invalid object type for date/time (only IntlCal…
25 Warning: MessageFormatter::format(): The argument for key 'foo' cannot be used as a date or time in…
/PHP-5.5/ext/standard/tests/strings/
H A Dvsprintf_variation6.phpt5 /* Prototype : string vsprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
59 // looping to test vsprintf() with different float formats from the above $format array
H A Dvfprintf_variation20.phpt2 Test vfprintf() function : usage variations - unexpected values for the format argument
5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
11 * Test vfprintf() when different unexpected format strings are passed to
12 * the '$format' argument of the function
15 echo "*** Testing vfprintf() : with unexpected values for format argument ***\n";
91 fprintf($fp, "\n*** Testing vprintf() with with unexpected values for format argument ***\n");
109 *** Testing vfprintf() : with unexpected values for format argument ***
121 *** Testing vprintf() with with unexpected values for format argument ***
H A Dprintf.phpt14 /* Various input arrays for different format types */
158 echo "\n Input Strings format variation array is:\n";
177 echo "\n Input format variation array is:\n";
591 Input Strings format variation array is:
623 Input format variation array is:
665 *** Output for '%%%.2f' as the format parameter ***
668 *** Output for '%%' as the format parameter ***
679 *** Output for '%F' as the format parameter ***
682 *** Output for '%X' as the format parameter ***
685 *** Output with no format parameter ***
[all …]
H A Dprintf_64bit.phpt14 /* Various input arrays for different format types */
158 echo "\n Input Strings format variation array is:\n";
177 echo "\n Input format variation array is:\n";
591 Input Strings format variation array is:
623 Input format variation array is:
665 *** Output for '%%%.2f' as the format parameter ***
668 *** Output for '%%' as the format parameter ***
679 *** Output for '%F' as the format parameter ***
682 *** Output for '%X' as the format parameter ***
685 *** Output with no format parameter ***
[all …]
H A Dvsprintf_variation8.phpt5 /* Prototype : string vsprintf(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
62 // looping to test vsprintf() with different string formats from the above $format array
H A Dvprintf_variation6.phpt5 /* Prototype : string vprintf(string format, array args)
12 * the '$format' and '$args' arguments of the function
25 // Arrays of non float values for the format defined in $format.
26 // Each sub array contains non float values which correspond to each format in $format
59 // looping to test vprintf() with different float formats from the above $format array
H A Dvprintf_variation8.phpt5 /* Prototype : string vprintf(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
62 // looping to test vprintf() with different string formats from the above $format array
H A Dvsprintf_variation10.phpt5 /* Prototype : string vsprintf(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
66 // looping to test vsprintf() with different char formats from the above $format array

Completed in 39 milliseconds

12345678910>>...32