Home
last modified time | relevance | path

Searched refs:IntlGregorianCalendar (Results 1 – 25 of 53) sorted by relevance

123

/PHP-8.0/ext/intl/tests/
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
27 var_dump(new IntlGregorianCalendar(1,2,NULL,4));
32 var_dump(new IntlGregorianCalendar(1,2,3,4,NULL,array()));
37 $cal = new IntlGregorianCalendar();
49 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given
50 IntlGregorianCalendar object is already constructed
H A Dgregoriancalendar___construct_basic.phpt2 IntlGregorianCalendar::__construct(): basic
18 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', NULL);
22 $intlcal = new IntlGregorianCalendar(NULL, 'pt_PT');
26 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', 'pt_PT');
30 $intlcal = new IntlGregorianCalendar('Europe/Paris', 'fr_CA', NULL, NULL, NULL, NULL);
H A Dgregoriancalendar_isLeapYear_basic.phpt2 IntlGregorianCalendar::isLeapYear(): basic test
14 $intlcal = new IntlGregorianCalendar();
H A Dgregoriancalendar___construct_variant1.phpt2 IntlGregorianCalendar::__construct(): argument variants
17 $intlcal = new IntlGregorianCalendar(2012, 1, 29, 16, 7, 8);
H A Dgregoriancalendar_getGregorianChange_error.phpt2 IntlGregorianCalendar::getGregorianChange(): bad arguments
17 …l_get_gregorian_change(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
H A Dgregoriancalendar_get_setGregorianChange_basic.phpt2 IntlGregorianCalendar::get/setGregorianChange(): basic test
14 $intlcal = new IntlGregorianCalendar();
H A Dgregoriancalendar_isLeapYear_error.phpt2 IntlGregorianCalendar::isLeapYear(): bad arguments
17 …tlgregcal_is_leap_year(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
H A Dcalendar_roll_basic.phpt14 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
19 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
H A Dcalendar_equals_before_after_basic.phpt14 $intlcal1 = new IntlGregorianCalendar(2012, 1, 29, 16, 59, 59);
16 $intlcal3 = new IntlGregorianCalendar(2012, 1, 29, 17, 00, 00);
H A Dcalendar_toDateTime_basic.phpt13 $cal = new IntlGregorianCalendar(2012,04,17,17,35,36);
H A Dbug75090.phpt10 $intlGregorianCalendarRef = new ReflectionClass(IntlGregorianCalendar::class);
H A Ddateformat_timezone_arg_variations4.phpt28 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', new IntlGregorianCalendar('Europe/Li…
32 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, new IntlGregorianCalendar('Europe/Lisbon'));
H A Ddateformat_timezone_arg_variations.phpt28 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', new IntlGregorianCalendar('Europe/Li…
32 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, new IntlGregorianCalendar('Europe/Lisbon'));
H A Ddateformat_create_cal_arg.phpt15 $cal = new IntlGregorianCalendar('UTC', NULL);
24 $cal = new IntlGregorianCalendar('UTC', NULL);
H A Ddateformat_create_cal_arg_variant2.phpt15 $cal = new IntlGregorianCalendar('UTC', NULL);
24 $cal = new IntlGregorianCalendar('UTC', NULL);
H A Ddateformat_timezone_arg_variations2.phpt28 $df = new IntlDateFormatter('es_ES', 0, 0, 'Europe/Amsterdam', new IntlGregorianCalendar('Europe/Li…
32 $df = new IntlDateFormatter('es_ES', 0, 0, NULL, new IntlGregorianCalendar('Europe/Lisbon'));
H A Ddateformat_timezone_arg_variations3.phpt29 $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'));
H A Dcalendar_roll_error.phpt12 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
H A Dcalendar_isSet_error.phpt12 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
H A Dcalendar_getDayOfWeekType_error.phpt11 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
H A Ddateformat_create_cal_arg_variant3.phpt16 $cal = new IntlGregorianCalendar('UTC', NULL);
25 $cal = new IntlGregorianCalendar('UTC', NULL);
H A Ddateformat_create_cal_arg_variant4.phpt16 $cal = new IntlGregorianCalendar('UTC', NULL);
25 $cal = new IntlGregorianCalendar('UTC', NULL);
H A Ddateformat_create_cal_arg_variant5.phpt15 $cal = new IntlGregorianCalendar('UTC', NULL);
24 $cal = new IntlGregorianCalendar('UTC', NULL);
H A Dcalendar_roll_variation1.phpt14 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
H A Dcalendar_getWeekendTransition_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');

Completed in 41 milliseconds

123