/PHP-8.2/ext/intl/tests/ |
H A D | gregoriancalendar___construct_error.phpt | 2 IntlGregorianCalendar::__construct(): bad arguments 25 var_dump(new IntlGregorianCalendar(1,2,NULL,4)); 30 var_dump(new IntlGregorianCalendar(1,2,3,4,5,array())); 35 $cal = new IntlGregorianCalendar(); 47 IntlGregorianCalendar::__construct(): Argument #6 ($second) must be of type int, array given 48 IntlGregorianCalendar object is already constructed
|
H A D | gregoriancalendar___construct_basic.phpt | 2 IntlGregorianCalendar::__construct(): basic 16 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', NULL); 20 $intlcal = new IntlGregorianCalendar(NULL, 'pt_PT'); 24 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', 'pt_PT'); 28 $intlcal = new IntlGregorianCalendar('Europe/Paris', 'fr_CA', NULL, NULL, NULL, NULL);
|
H A D | gregoriancalendar_isLeapYear_basic.phpt | 2 IntlGregorianCalendar::isLeapYear(): basic test 12 $intlcal = new IntlGregorianCalendar();
|
H A D | gregoriancalendar_get_setGregorianChange_basic.phpt | 2 IntlGregorianCalendar::get/setGregorianChange(): basic test 12 $intlcal = new IntlGregorianCalendar();
|
H A D | gregoriancalendar___construct_variant1.phpt | 2 IntlGregorianCalendar::__construct(): argument variants 15 $intlcal = new IntlGregorianCalendar(2012, 1, 29, 16, 7, 8);
|
H A D | gregoriancalendar_getGregorianChange_error.phpt | 2 IntlGregorianCalendar::getGregorianChange(): bad arguments 15 …l_get_gregorian_change(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
|
H A D | gregoriancalendar_isLeapYear_error.phpt | 2 IntlGregorianCalendar::isLeapYear(): bad arguments 15 …tlgregcal_is_leap_year(): Argument #1 ($calendar) must be of type IntlGregorianCalendar, int given…
|
H A D | calendar_roll_basic.phpt | 12 $intlcal = new IntlGregorianCalendar(2012, 1, 28); 17 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
|
H A D | calendar_equals_before_after_basic.phpt | 12 $intlcal1 = new IntlGregorianCalendar(2012, 1, 29, 16, 59, 59); 14 $intlcal3 = new IntlGregorianCalendar(2012, 1, 29, 17, 00, 00);
|
H A D | calendar_toDateTime_basic.phpt | 11 $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_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_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_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 | calendar_getDayOfWeekType_error.phpt | 9 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_isSet_error.phpt | 10 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_roll_error.phpt | 10 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
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_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 | 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_getWeekendTransition_error.phpt | 11 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_clear_error.phpt | 10 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|