Home
last modified time | relevance | path

Searched refs:IntlDateFormatter (Results 51 – 75 of 89) sorted by relevance

1234

/php-src/ext/intl/tests/
H A Dbug62081.phpt2 Bug #62081: IntlDateFormatter leaks memory if called twice
10 $x = new IntlDateFormatter('en', 1, 1);
14 Fatal error: Uncaught IntlException: IntlDateFormatter::__construct(): datefmt_create: cannot call …
16 #0 %sbug62081.php(4): IntlDateFormatter->__construct('en', 1, 1)
H A Ddateformat_timezone_arg_variations3.phpt2 IntlDateFormatter: several forms of the timezone arg
16 $df = new IntlDateFormatter('es_ES', 0, 0, NULL);
19 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam');
22 $df = new IntlDateFormatter('es_ES', 0, 0, new DateTimeZone('Europe/Lisbon'));
25 $df = new IntlDateFormatter('es_ES', 0, 0, IntlTimeZone::createTimeZone('America/New_York'));
29 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', new IntlGregorianCalendar('Europe/Li…
33 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, new IntlGregorianCalendar('Europe/Lisbon'));
36 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', 0);
H A Ddateformat_setTimeZone_error.phpt2 IntlDateFormatter::setTimeZone() bad args
11 $df = new IntlDateFormatter(NULL, 0, 0);
20 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'Array' in %s o…
23 Warning: IntlDateFormatter::setTimeZone(): datefmt_set_timezone: No such time zone: 'non existing t…
H A Ddateformat_clone_bad_obj.phpt2 Cloning uninitialized IntlDateFormatter
8 class A extends IntlDateFormatter {
21 Error: Cannot clone uninitialized IntlDateFormatter
H A Dbug62915-2.phpt12 class A extends IntlDateFormatter {
13 static $ARGS = array("en_US" ,IntlDateFormatter::FULL, IntlDateFormatter::FULL,
14 'America/Los_Angeles', IntlDateFormatter::GREGORIAN);
H A Ddateformat_invalid_timezone.phpt11 new \IntlDateFormatter('en_US', \IntlDateFormatter::FULL, \IntlDateFormatter::FULL);
H A Dbug81019.phpt12 $datefmt = new IntlDateFormatter('en_US', IntlDateFormatter::FULL, IntlDateFormatter::FULL);
H A Dgh12243.phpt2 GitHub #12043 segfault with IntlDateFormatter::dateType where it equals to UDAT_PATTERN (icu 50) but
12 new IntlDateFormatter(
14 dateType: IntlDateFormatter::PATTERN,
H A Dbug69374.phpt2 IntlDateFormatter::formatObject(): returns wrong utf8 value when $format param is utf8 string patte…
14 echo IntlDateFormatter::formatObject($date, $pattern1, 'vi_VN'), "\n";
15 echo IntlDateFormatter::formatObject ($date, $pattern2, 'ko_KR'), "\n";
H A Ddateformat_get_set_calendar.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
15 function d(IntlDateFormatter $df) {
24 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_create_default.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
16 $fmt = new IntlDateFormatter('en_US');
H A Ddateformat_create_default_icu72-1.phpt2 IntlDateFormatter::create() with default date and time types
13 $fmt = IntlDateFormatter::create('en_US');
16 $fmt = new IntlDateFormatter('en_US');
H A Ddateformat_get_set_calendar_variant2.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
15 function d(IntlDateFormatter $df) {
24 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
29 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant3.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
16 function d(IntlDateFormatter $df) {
25 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant_icu70.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 70.1
17 function d(IntlDateFormatter $df) {
26 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant4.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject()
16 function d(IntlDateFormatter $df) {
25 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
30 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_get_set_calendar_variant5.phpt2 IntlDateFormatter: setCalendar()/getCalendar()/getCalendarObject() for ICU >= 58.1 and < 70.1
17 function d(IntlDateFormatter $df) {
26 $df = new IntlDateFormatter('fr@calendar=islamic', 0, 0, 'Europe/Minsk');
31 $df->setCalendar(IntlDateFormatter::TRADITIONAL);
H A Ddateformat_clone2.phpt14 …t = ut_datefmt_create( "en-US", IntlDateFormatter::FULL, IntlDateFormatter::FULL, 'America/New_Yo…
H A Dgh13766.phpt2 IntlDateFormatter::parse update its calendar
7 $oIntlDateFormatter = new IntlDateFormatter("en_GB");
33 IntlDateFormatter::parseToCalendar(): Argument #2 ($offset) must be of type int, string given
H A Dgh8115.phpt2 GH-8115 (Can't catch deprecation in IntlDateFormatter)
13 new \IntlDateFormatter(null, null, null);
31 Caught (8192): IntlDateFormatter::__construct(): Passing null to parameter #2 ($dateType) of type i…
32 Caught (8192): IntlDateFormatter::__construct(): Passing null to parameter #3 ($timeType) of type i…
H A Ddateformat_get_set_timezone.phpt2 IntlDateFormatter: get/setTimeZone()
15 function d(IntlDateFormatter $df) {
24 $df = new IntlDateFormatter('pt_PT', 0, 0, 'Europe/Minsk');
H A Ddateformat_get_set_timezone_variant3.phpt2 IntlDateFormatter: get/setTimeZone()
16 function d(IntlDateFormatter $df) {
25 $df = new IntlDateFormatter('pt_PT', 0, 0, 'Europe/Minsk');
H A Ddateformat_get_set_timezone_variant2.phpt2 IntlDateFormatter: get/setTimeZone()
15 function d(IntlDateFormatter $df) {
24 $df = new IntlDateFormatter('pt_PT', 0, 0, 'Europe/Minsk');
/php-src/ext/intl/dateformat/
H A Ddateformat.stub.php6 class IntlDateFormatter class
40 int $dateType = IntlDateFormatter::FULL,
41 int $timeType = IntlDateFormatter::FULL,
54 int $dateType = IntlDateFormatter::FULL,
55 int $timeType = IntlDateFormatter::FULL,
59 ): ?IntlDateFormatter {}
/php-src/ext/intl/
H A Dphp_intl.stub.php334 int $dateType = IntlDateFormatter::FULL,
335 int $timeType = IntlDateFormatter::FULL,
339 ): ?IntlDateFormatter {}
341 function datefmt_get_datetype(IntlDateFormatter $formatter): int|false {}
343 function datefmt_get_timetype(IntlDateFormatter $formatter): int|false {}
345 function datefmt_get_calendar(IntlDateFormatter $formatter): int|false {}
349 function datefmt_get_timezone_id(IntlDateFormatter $formatter): string|false {}
360 function datefmt_get_pattern(IntlDateFormatter $formatter): string|false {}
366 function datefmt_is_lenient(IntlDateFormatter $formatter): bool {}
387 function datefmt_get_error_code(IntlDateFormatter $formatter): int {}
[all …]

Completed in 29 milliseconds

1234