/PHP-5.5/ext/intl/tests/ |
H A D | gregoriancalendar_setGregorianChange_error.phpt | 2 IntlGregorianCalendar::setGregorianChange(): bad arguments 13 $c = new IntlGregorianCalendar(); 22 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 0 given in %s on … 24 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen… 27 Warning: IntlGregorianCalendar::setGregorianChange() expects exactly 1 parameter, 2 given in %s on … 29 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen… 32 Warning: IntlGregorianCalendar::setGregorianChange() expects parameter 1 to be double, string given… 34 Warning: IntlGregorianCalendar::setGregorianChange(): intlgregcal_set_gregorian_change: bad argumen… 42 …ssed to intlgregcal_set_gregorian_change() must be an instance of IntlGregorianCalendar, integer g…
|
H A D | gregoriancalendar_isLeapYear_error.phpt | 2 IntlGregorianCalendar::isLeapYear(): bad arguments 13 $c = new IntlGregorianCalendar(NULL, 'pt_PT'); 23 Warning: IntlGregorianCalendar::isLeapYear() expects exactly 1 parameter, 2 given in %s on line %d 25 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line… 28 Warning: IntlGregorianCalendar::isLeapYear() expects exactly 1 parameter, 0 given in %s on line %d 30 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line… 33 Warning: IntlGregorianCalendar::isLeapYear() expects parameter 1 to be long, string given in %s on … 35 Warning: IntlGregorianCalendar::isLeapYear(): intlgregcal_is_leap_year: bad arguments in %s on line… 48 …ent 1 passed to intlgregcal_is_leap_year() must be an instance of IntlGregorianCalendar, integer g…
|
H A D | gregoriancalendar___construct_error.phpt | 2 IntlGregorianCalendar::__construct(): bad arguments 14 var_dump(new IntlGregorianCalendar(1,2,NULL,4)); 15 var_dump(new IntlGregorianCalendar(1,2,3,4,NULL,array())); 29 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: no variant with 4 argum… 32 Warning: IntlGregorianCalendar::__construct() expects parameter 6 to be long, array given in %s on … 34 Warning: IntlGregorianCalendar::__construct(): intlgregcal_create_instance: bad arguments in %s on …
|
H A D | gregoriancalendar_getGregorianChange_error.phpt | 2 IntlGregorianCalendar::getGregorianChange(): bad arguments 13 $c = new IntlGregorianCalendar(NULL, 'pt_PT'); 20 Warning: IntlGregorianCalendar::getGregorianChange() expects exactly 0 parameters, 1 given in %s on… 22 Warning: IntlGregorianCalendar::getGregorianChange(): intlgregcal_get_gregorian_change: bad argumen… 30 …ssed to intlgregcal_get_gregorian_change() must be an instance of IntlGregorianCalendar, integer g…
|
H A D | gregoriancalendar___construct_basic.phpt | 2 IntlGregorianCalendar::__construct(): basic 20 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', NULL); 24 $intlcal = new IntlGregorianCalendar(NULL, 'pt_PT'); 28 $intlcal = new IntlGregorianCalendar('Europe/Lisbon', 'pt_PT'); 32 $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_get_setGregorianChange_basic.phpt | 2 IntlGregorianCalendar::get/setGregorianChange(): 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 | 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_error.phpt | 12 $cal = new IntlGregorianCalendar(); 17 $cal = new IntlGregorianCalendar("Etc/Unknown");
|
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_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_toDateTime_basic.phpt | 13 $cal = new IntlGregorianCalendar(2012,04,17,17,35,36);
|
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_variant4.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 | 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 | calendar_roll_variation1.phpt | 14 $intlcal = new IntlGregorianCalendar(2012, 1, 28);
|
H A D | calendar_getErrorCode_error.phpt | 13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | calendar_getErrorMessage_error.phpt | 13 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
H A D | timezone_getUnknown_error.phpt | 15 $c = new IntlGregorianCalendar(NULL, 'pt_PT');
|
/PHP-5.5/ext/intl/calendar/ |
H A D | gregoriancalendar_methods.h | 24 PHP_METHOD(IntlGregorianCalendar, __construct);
|