Home
last modified time | relevance | path

Searched refs:IntlCalendar (Results 51 – 75 of 119) sorted by relevance

12345

/PHP-7.0/ext/intl/tests/
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt2 IntlCalendar::getErrorCode(), ::getErrorMessage() basic test
21 $intlcal->add(IntlCalendar::FIELD_SECOND, 2147483647);
22 $intlcal->fieldDifference(-PHP_INT_MAX, IntlCalendar::FIELD_SECOND);
38 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
H A Dcalendar_getType_basic.phpt2 IntlCalendar::getType() basic test
14 $intlcal = IntlCalendar::createInstance();
16 $intlcal = IntlCalendar::createInstance(null, "nl_NL@calendar=hebrew");
H A Dbug75090.phpt2 Bug #75090 Constants of parent IntlCalendar class not inherited
7 class Foo extends IntlCalendar {}
11 $intlCalendarRef = new ReflectionClass(IntlCalendar::class);
H A Dcalendar_setTime_basic.phpt2 IntlCalendar::setTime() basic test
16 $intlcal = IntlCalendar::createInstance('UTC');
23 $intlcal = IntlCalendar::createInstance('UTC');
H A Dcalendar_getFirstDayOfWeek_error.phpt2 IntlCalendar::getFirstDayOfWeek(): bad arguments
22 Warning: IntlCalendar::getFirstDayOfWeek() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: IntlCalendar::getFirstDayOfWeek(): intlcal_get_first_day_of_week: bad arguments in %s on l…
32 …nt 1 passed to intlcal_get_first_day_of_week() must be an instance of IntlCalendar, integer given …
H A Dcalendar_getMinimalDaysInFirstWeek_error.phpt2 IntlCalendar::getMinimalDaysInFirstWeek(): bad arguments
22 Warning: IntlCalendar::getMinimalDaysInFirstWeek() expects exactly 0 parameters, 1 given in %s on l…
24 Warning: IntlCalendar::getMinimalDaysInFirstWeek(): intlcal_get_minimal_days_in_first_week: bad arg…
32 …ed to intlcal_get_minimal_days_in_first_week() must be an instance of IntlCalendar, integer given …
H A Dcalendar_getTime_error.phpt2 IntlCalendar::getTime(): bad arguments
21 Warning: IntlCalendar::getTime() expects exactly 0 parameters, 1 given in %s on line %d
23 Warning: IntlCalendar::getTime(): intlcal_get_time: bad arguments in %s on line %d
31 …Error: Argument 1 passed to intlcal_get_time() must be an instance of IntlCalendar, integer given …
H A Dcalendar_getType_error.phpt2 IntlCalendar::getType(): bad arguments
22 Warning: IntlCalendar::getType() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: IntlCalendar::getType(): intlcal_get_type: bad arguments in %s on line %d
32 …Error: Argument 1 passed to intlcal_get_type() must be an instance of IntlCalendar, integer given …
H A Dcalendar_inDaylightTime_error.phpt2 IntlCalendar::inDaylightTime(): bad arguments
22 Warning: IntlCalendar::inDaylightTime() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: IntlCalendar::inDaylightTime(): intlcal_in_daylight_time: bad arguments in %s on line %d
32 …rgument 1 passed to intlcal_in_daylight_time() must be an instance of IntlCalendar, integer given …
H A Dcalendar_getTimeZone_error.phpt2 IntlCalendar::getTimeZone(): bad arguments
22 Warning: IntlCalendar::getTimeZone() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: IntlCalendar::getTimeZone(): intlcal_get_time_zone: bad arguments in %s on line %d
32 …: Argument 1 passed to intlcal_get_time_zone() must be an instance of IntlCalendar, integer given …
H A Dcalendar_isLenient_error.phpt2 IntlCalendar::isLenient(): bad arguments
22 Warning: IntlCalendar::isLenient() expects exactly 0 parameters, 1 given in %s on line %d
24 Warning: IntlCalendar::isLenient(): intlcal_is_lenient: bad arguments in %s on line %d
32 …ror: Argument 1 passed to intlcal_is_lenient() must be an instance of IntlCalendar, integer given …
H A Dcalendar_createInstance_error.phpt2 IntlCalendar::createInstance: bad arguments
15 var_dump(IntlCalendar::createInstance(1, 2, 3));
22 Warning: IntlCalendar::createInstance() expects at most 2 parameters, 3 given in %s on line %d
24 Warning: IntlCalendar::createInstance(): intlcal_create_calendar: bad arguments in %s on line %d
H A Dcalendar_const_field_field_count.phpt2 IntlCalendar::FIELD_FIELD_COUNT
11 var_dump(IntlCalendar::FIELD_FIELD_COUNT);
H A Ddateformat_formatObject_calendar_variant2.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon
20 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
23 $cal = IntlCalendar::createInstance(null,'en-US@calendar=islamic-civil');
H A Ddateformat_formatObject_calendar_variant5.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon
20 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
23 $cal = IntlCalendar::createInstance(null,'en-US@calendar=islamic-civil');
H A Ddateformat_formatObject_calendar.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon
20 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
23 $cal = IntlCalendar::createInstance(null,'en-US@calendar=islamic-civil');
H A Dcalendar_fromDateTime_basic.phpt2 IntlCalendar::fromDateTime(): basic test
13 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00 Europe/Rome');
22 $cal = IntlCalendar::fromDateTime(new DateTime('2012-01-01 00:00:00 PST'), "pt_PT");
H A Ddateformat_formatObject_calendar_variant3.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
14 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon
21 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
24 $cal = IntlCalendar::createInstance(null,'en-US@calendar=islamic-civil');
H A Ddateformat_formatObject_calendar_variant4.phpt2 IntlDateFormatter::formatObject(): IntlCalendar tests
14 $cal = IntlCalendar::fromDateTime('2012-01-01 00:00:00'); //Europe/Lisbon
21 $cal = IntlCalendar::fromDateTime('2012-01-01 05:00:00+03:00');
24 $cal = IntlCalendar::createInstance(null,'en-US@calendar=islamic-civil');
H A Dcalendar_setTimeZone_error2.phpt2 IntlCalendar::setTimeZone(): valid time zones for DateTime but not ICU
25 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: time zone id 'WEST' extracted from ext…
28 Warning: IntlCalendar::setTimeZone(): intlcal_set_time_zone: object has an time zone offset that's …
H A Dbug72639.phpt2 Bug #72639 (Segfault when instantiating class that extends IntlCalendar and adds a property)
7 class A extends IntlCalendar {
H A Dcalendar_getFirstDayOfWeek_basic.phpt2 IntlCalendar::getFirstDayOfWeek() basic test
12 $intlcal = IntlCalendar::createInstance('UTC');
H A Dcalendar_getAvailableLocales_basic.phpt2 IntlCalendar::getAvailableLocales() basic test
12 $locales = IntlCalendar::getAvailableLocales();
H A Dcalendar_getMinimalDaysInFirstWeek_basic.phpt2 IntlCalendar::getMinimalDaysInFirstWeek() basic test
14 $intlcal = IntlCalendar::createInstance('UTC');
H A Dcalendar_getNow_basic.phpt2 IntlCalendar::getNow() basic test
12 $now = IntlCalendar::getNow();

Completed in 23 milliseconds

12345