Home
last modified time | relevance | path

Searched refs:IntlDateFormatter (Results 1 – 25 of 75) sorted by relevance

123

/PHP-8.0/ext/intl/tests/
H A Ddateformat_format_relative.phpt8 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getYesterday());
9 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getYesterday());
10 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getYesterday());
11 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getYesterday());
13 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getToday());
14 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getToday());
15 printFormat(IntlDateFormatter::RELATIVE_MEDIUM, IntlDateFormatter::NONE, getToday());
16 printFormat(IntlDateFormatter::RELATIVE_SHORT, IntlDateFormatter::NONE, getToday());
18 printFormat(IntlDateFormatter::RELATIVE_FULL, IntlDateFormatter::NONE, getTomorrow());
19 printFormat(IntlDateFormatter::RELATIVE_LONG, IntlDateFormatter::NONE, getTomorrow());
[all …]
H A Ddateformat_calendars_variant3.phpt2 IntlDateFormatter, calendars and time zone
14 IntlDateFormatter::FULL,
15 IntlDateFormatter::FULL,
17 IntlDateFormatter::TRADITIONAL);
19 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
22 IntlDateFormatter::GREGORIAN);
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
33 IntlDateFormatter::FULL,
[all …]
H A Ddateformat_calendars.phpt2 IntlDateFormatter, calendars and time zone
14 IntlDateFormatter::FULL,
15 IntlDateFormatter::FULL,
17 IntlDateFormatter::TRADITIONAL);
19 IntlDateFormatter::FULL,
20 IntlDateFormatter::FULL,
22 IntlDateFormatter::GREGORIAN);
24 IntlDateFormatter::FULL,
25 IntlDateFormatter::FULL,
33 IntlDateFormatter::FULL,
[all …]
H A Ddateformat_calendars_variant2.phpt2 IntlDateFormatter, calendars and time zone
15 IntlDateFormatter::FULL,
16 IntlDateFormatter::FULL,
18 IntlDateFormatter::TRADITIONAL);
20 IntlDateFormatter::FULL,
21 IntlDateFormatter::FULL,
23 IntlDateFormatter::GREGORIAN);
25 IntlDateFormatter::FULL,
26 IntlDateFormatter::FULL,
34 IntlDateFormatter::FULL,
[all …]
H A Ddateformat_get_datetype.phpt16 IntlDateFormatter::FULL,
17 IntlDateFormatter::LONG,
18 IntlDateFormatter::MEDIUM,
19 IntlDateFormatter::SHORT,
20 IntlDateFormatter::NONE
28 …datefmt_create( "de-DE", $datetype_entry , IntlDateFormatter::SHORT,'America/Los_Angeles', IntlDa…
44 Creating IntlDateFormatter with date_type = 0
47 Creating IntlDateFormatter with date_type = 1
50 Creating IntlDateFormatter with date_type = 2
53 Creating IntlDateFormatter with date_type = 3
[all …]
H A Ddateformat_get_timetype.phpt16 IntlDateFormatter::FULL,
17 IntlDateFormatter::LONG,
18 IntlDateFormatter::MEDIUM,
19 IntlDateFormatter::SHORT,
20 IntlDateFormatter::NONE
28 …fmt = ut_datefmt_create( "de-DE", IntlDateFormatter::SHORT, $timetype_entry ,'America/Los_Angeles…
44 Creating IntlDateFormatter with time_type = 0
47 Creating IntlDateFormatter with time_type = 1
50 Creating IntlDateFormatter with time_type = 2
53 Creating IntlDateFormatter with time_type = 3
[all …]
H A Ddateformat_format.phpt25 IntlDateFormatter::FULL,
26 IntlDateFormatter::LONG,
27 IntlDateFormatter::MEDIUM,
28 IntlDateFormatter::SHORT,
29 IntlDateFormatter::NONE
159 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
161 IntlDateFormatter locale= en_US ,datetype = 1 ,timetype =1
163 IntlDateFormatter locale= en_US ,datetype = 2 ,timetype =2
165 IntlDateFormatter locale= en_US ,datetype = 3 ,timetype =3
174 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
[all …]
H A Ddateformat_formatObject_calendar.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
14 echo IntlDateFormatter::formatObject($cal), "\n";
15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
25 echo IntlDateFormatter::formatObject($cal), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant2.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
14 echo IntlDateFormatter::formatObject($cal), "\n";
15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
25 echo IntlDateFormatter::formatObject($cal), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant5.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
14 echo IntlDateFormatter::formatObject($cal), "\n";
15 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
18 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
25 echo IntlDateFormatter::formatObject($cal), "\n";
26 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_datetime.phpt2 IntlDateFormatter::formatObject(): DateTime tests
14 echo IntlDateFormatter::formatObject($dt), "\n";
15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
10 $goodFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
11 $badFormatter = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
12 $badFormatter2 = new IntlDateFormatter($loc, IntlDateFormatter::FULL, IntlDateFormatter::FULL, new …
H A Ddateformat_formatObject_error.phpt2 IntlDateFormatter::formatObject(): error conditions
13 var_dump(IntlDateFormatter::formatObject(new stdclass));
16 var_dump(IntlDateFormatter::formatObject(new A));
19 var_dump(IntlDateFormatter::formatObject(new B));
25 var_dump(IntlDateFormatter::formatObject($cal, -2));
26 var_dump(IntlDateFormatter::formatObject($cal, array()));
27 var_dump(IntlDateFormatter::formatObject($cal, array(1,2,3)));
28 var_dump(IntlDateFormatter::formatObject($cal, array(array(), 1)));
29 var_dump(IntlDateFormatter::formatObject($cal, array(1, -2)));
30 var_dump(IntlDateFormatter::formatObject($cal, ""));
[all …]
H A Ddateformat_formatObject_datetime_variant2.phpt2 IntlDateFormatter::formatObject(): DateTime tests
14 echo IntlDateFormatter::formatObject($dt), "\n";
15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_datetime_variant5.phpt2 IntlDateFormatter::formatObject(): DateTime tests
14 echo IntlDateFormatter::formatObject($dt), "\n";
15 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
16 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
17 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
18 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
21 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_calendar_variant3.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
15 echo IntlDateFormatter::formatObject($cal), "\n";
16 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n";
18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
26 echo IntlDateFormatter::formatObject($cal), "\n";
27 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_calendar_variant4.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
15 echo IntlDateFormatter::formatObject($cal), "\n";
16 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($cal, null, "en-US"), "\n";
18 echo IntlDateFormatter::formatObject($cal, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL)…
19 echo IntlDateFormatter::formatObject($cal, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
22 echo datefmt_format_object($cal, IntlDateFormatter::FULL), "\n";
26 echo IntlDateFormatter::formatObject($cal), "\n";
27 echo IntlDateFormatter::formatObject($cal, IntlDateFormatter::FULL, "en-US"), "\n";
H A Ddateformat_formatObject_datetime_variant3.phpt2 IntlDateFormatter::formatObject(): DateTime tests
15 echo IntlDateFormatter::formatObject($dt), "\n";
16 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
22 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_formatObject_datetime_variant4.phpt2 IntlDateFormatter::formatObject(): DateTime tests
15 echo IntlDateFormatter::formatObject($dt), "\n";
16 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
17 echo IntlDateFormatter::formatObject($dt, null, "en-US"), "\n";
18 echo IntlDateFormatter::formatObject($dt, array(IntlDateFormatter::SHORT, IntlDateFormatter::FULL),…
19 echo IntlDateFormatter::formatObject($dt, 'E y-MM-d HH,mm,ss.SSS v', "en-US"), "\n";
22 echo IntlDateFormatter::formatObject($dt, IntlDateFormatter::FULL), "\n";
H A Ddateformat_format_variant2.phpt25 IntlDateFormatter::FULL,
26 IntlDateFormatter::LONG,
27 IntlDateFormatter::MEDIUM,
28 IntlDateFormatter::SHORT,
29 IntlDateFormatter::NONE
159 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
161 IntlDateFormatter locale= en_US ,datetype = 1 ,timetype =1
163 IntlDateFormatter locale= en_US ,datetype = 2 ,timetype =2
165 IntlDateFormatter locale= en_US ,datetype = 3 ,timetype =3
174 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
[all …]
H A Ddateformat_format_variant3.phpt27 IntlDateFormatter::FULL,
28 IntlDateFormatter::LONG,
29 IntlDateFormatter::MEDIUM,
30 IntlDateFormatter::SHORT,
31 IntlDateFormatter::NONE
161 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
163 IntlDateFormatter locale= en_US ,datetype = 1 ,timetype =1
165 IntlDateFormatter locale= en_US ,datetype = 2 ,timetype =2
167 IntlDateFormatter locale= en_US ,datetype = 3 ,timetype =3
176 IntlDateFormatter locale= en_US ,datetype = 0 ,timetype =0
[all …]
H A Dbug74298.phpt2 Bug #74298 (IntlDateFormatter->format() doesn't return microseconds/fractions)
9 var_dump((new \IntlDateFormatter(
11 \IntlDateFormatter::FULL,
12 \IntlDateFormatter::FULL,
14 \IntlDateFormatter::GREGORIAN,
20 \IntlDateFormatter::FULL,
21 \IntlDateFormatter::FULL,
23 \IntlDateFormatter::GREGORIAN,
H A Dbug69398.phpt2 IntlDateFormatter::formatObject(): returns wrong value when time style is NONE.
12 echo IntlDateFormatter::formatObject($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NONE…
13 echo IntlDateFormatter::formatObject ($date, array(IntlDateFormatter::SHORT, IntlDateFormatter::NON…
H A Dbug62017.phpt11 datefmt_create('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "\xFF",
12 IntlDateFormatter::GREGORIAN, 'a'));
15 new IntlDateFormatter('', IntlDateFormatter::NONE, IntlDateFormatter::NONE, "Europe/Lisbon",
16 IntlDateFormatter::GREGORIAN, "\x80"));
25 Exception: IntlDateFormatter::__construct(): datefmt_create: error converting pattern to UTF-16 in …
H A Dbug68471.phpt2 Bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone)
9 $formatter = new IntlDateFormatter(
11 IntlDateFormatter::NONE,
12 IntlDateFormatter::NONE,
18 object(IntlDateFormatter)#1 (0) {

Completed in 70 milliseconds

123