Home
last modified time | relevance | path

Searched refs:fieldDifference (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/intl/tests/
H A Dcalendar_fieldDifference_error.phpt2 IntlCalendar::fieldDifference(): bad arguments
16 var_dump($c->fieldDifference($c, 2, 3));
20 var_dump($c->fieldDifference(INF, 2));
30 IntlCalendar::fieldDifference() expects exactly 2 arguments, 3 given
32 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
H A Dcalendar_fieldDifference_basic.phpt2 IntlCalendar::fieldDifference() basic test
17 $intlcal->fieldDifference(
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt22 $intlcal->fieldDifference(-PHP_INT_MAX, IntlCalendar::FIELD_SECOND);
37 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
/PHP-8.0/ext/intl/calendar/
H A Dcalendar.stub.php26 public function fieldDifference(float $timestamp, int $field) {} function in IntlCalendar
H A Dcalendar_arginfo.h219 …ZEND_ME_MAPPING(fieldDifference, intlcal_field_difference, arginfo_class_IntlCalendar_fieldDiffere…
H A Dcalendar_methods.cpp479 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()

Completed in 13 milliseconds