/PHP-8.0/ext/intl/tests/ |
H A D | gregoriancalendar___construct_error.phpt | 2 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 D | gregoriancalendar___construct_basic.phpt | 2 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 D | gregoriancalendar_isLeapYear_basic.phpt | 2 IntlGregorianCalendar::isLeapYear(): basic test 14 $intlcal = new IntlGregorianCalendar();
|
H A D | gregoriancalendar___construct_variant1.phpt | 2 IntlGregorianCalendar::__construct(): argument variants 17 $intlcal = new IntlGregorianCalendar(2012, 1, 29, 16, 7, 8);
|
H A D | gregoriancalendar_getGregorianChange_error.phpt | 2 IntlGregorianCalendar::getGregorianChange(): bad arguments 17 …l_get_gregorian_change(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
|
H A D | gregoriancalendar_get_setGregorianChange_basic.phpt | 2 IntlGregorianCalendar::get/setGregorianChange(): basic test 14 $intlcal = new IntlGregorianCalendar();
|
H A D | gregoriancalendar_isLeapYear_error.phpt | 2 IntlGregorianCalendar::isLeapYear(): bad arguments 17 …tlgregcal_is_leap_year(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
|
H A D | calendar_roll_basic.phpt | 14 $intlcal = new IntlGregorianCalendar(2012, 1, 28); 19 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
|
H A D | calendar_equals_before_after_basic.phpt | 14 $intlcal1 = new IntlGregorianCalendar(2012, 1, 29, 16, 59, 59); 16 $intlcal3 = new IntlGregorianCalendar(2012, 1, 29, 17, 00, 00);
|
H A D | calendar_toDateTime_basic.phpt | 13 $cal = new IntlGregorianCalendar(2012,04,17,17,35,36);
|
H A D | bug75090.phpt | 10 $intlGregorianCalendarRef = new ReflectionClass(IntlGregorianCalendar::class);
|
H A D | dateformat_timezone_arg_variations4.phpt | 28 $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 D | dateformat_timezone_arg_variations.phpt | 28 $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 D | dateformat_create_cal_arg.phpt | 15 $cal = new IntlGregorianCalendar('UTC', NULL); 24 $cal = new IntlGregorianCalendar('UTC', NULL);
|
H A D | dateformat_create_cal_arg_variant2.phpt | 15 $cal = new IntlGregorianCalendar('UTC', NULL); 24 $cal = new IntlGregorianCalendar('UTC', NULL);
|
H A D | dateformat_timezone_arg_variations2.phpt | 28 $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 D | dateformat_timezone_arg_variations3.phpt | 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'));
|
H A D | calendar_roll_error.phpt | 12 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_isSet_error.phpt | 12 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_getDayOfWeekType_error.phpt | 11 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | dateformat_create_cal_arg_variant3.phpt | 16 $cal = new IntlGregorianCalendar('UTC', NULL); 25 $cal = new IntlGregorianCalendar('UTC', NULL);
|
H A D | dateformat_create_cal_arg_variant4.phpt | 16 $cal = new IntlGregorianCalendar('UTC', NULL); 25 $cal = new IntlGregorianCalendar('UTC', NULL);
|
H A D | dateformat_create_cal_arg_variant5.phpt | 15 $cal = new IntlGregorianCalendar('UTC', NULL); 24 $cal = new IntlGregorianCalendar('UTC', NULL);
|
H A D | calendar_roll_variation1.phpt | 14 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
|
H A D | calendar_getWeekendTransition_error.phpt | 13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|