Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/intl/tests/
H A Dgregoriancalendar_setGregorianChange_error.phpt2 IntlGregorianCalendar::setGregorianChange(): bad arguments
13 $c = new IntlGregorianCalendar();
21 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 0 given in %s on …
23 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen…
26 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 2 given in %s on …
28 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen…
31 Warning: IntlGregorianCalendar::setGregorianChange() expects parameter 1 to be float, string given …
33 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen…
41 …ssed to intlgregcal_set_gregorian_change() must be an instance of IntlGregorianCalendar, int given…
H A Dgregoriancalendar_isLeapYear_error.phpt2 IntlGregorianCalendar::isLeapYear(): bad arguments
13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
22 Warning: IntlGregorianCalendar::isLeapYear() expects exactly 1 parameter, 2 given in %s on line %d
24 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line…
27 Warning: IntlGregorianCalendar::isLeapYear() expects exactly 1 parameter, 0 given in %s on line %d
29 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line…
32 Warning: IntlGregorianCalendar::isLeapYear() expects parameter 1 to be int, string given in %s on l…
34 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line…
47 …ent 1 passed to intlgregcal_is_leap_year() must be an instance of IntlGregorianCalendar, int given…
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_getGregorianChange_error.phpt2 IntlGregorianCalendar::getGregorianChange(): bad arguments
13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
19 Warning: IntlGregorianCalendar::getGregorianChange() expects exactly 0 parameters, 1 given in %s on…
21 Warning: IntlGregorianCalendar::getGregorianChange(): intlgregcal_get_gregorian_change: bad argumen…
29 …ssed to intlgregcal_get_gregorian_change() must be an instance of IntlGregorianCalendar, int given…
H A Dgregoriancalendar___construct_error.phpt2 IntlGregorianCalendar::__construct(): bad arguments
19 var_dump(new IntlGregorianCalendar(1,2,NULL,4));
24 var_dump(new IntlGregorianCalendar(1,2,3,4,NULL,array()));
38 Exception: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: no variant with 4 arg…
40 Exception: IntlGregorianCalendar::__construct() expects parameter 6 to be int, array given in %s on…
H A Dgregoriancalendar_isLeapYear_basic.phpt2 IntlGregorianCalendar::isLeapYear(): basic test
14 $intlcal = new IntlGregorianCalendar();
H A Dgregoriancalendar_get_setGregorianChange_basic.phpt2 IntlGregorianCalendar::get/setGregorianChange(): 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 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_error.phpt12 $cal = new IntlGregorianCalendar();
17 $cal = new IntlGregorianCalendar("Etc/Unknown");
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_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_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_create_cal_arg.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 Ddateformat_create_cal_arg_variant2.phpt15 $cal = new IntlGregorianCalendar('UTC', NULL);
24 $cal = new IntlGregorianCalendar('UTC', NULL);
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 Dtimezone_getUnknown_error.phpt13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
/PHP-7.4/ext/intl/calendar/
H A Dgregoriancalendar_methods.h24 PHP_METHOD(IntlGregorianCalendar, __construct);

Completed in 27 milliseconds

123