Searched refs:fieldDifference (Results 1 – 6 of 6) sorted by relevance
2 IntlCalendar::fieldDifference(): bad arguments14 var_dump($c->fieldDifference($c, 2, 3));18 var_dump($c->fieldDifference(INF, 2));28 IntlCalendar::fieldDifference() expects exactly 2 arguments, 3 given30 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
2 IntlCalendar::fieldDifference() basic test15 $intlcal->fieldDifference(
20 $intlcal->fieldDifference(-PHP_INT_MAX, IntlCalendar::FIELD_SECOND);35 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
226 public function fieldDifference(float $timestamp, int $field): int|false {} function in IntlCalendar
267 …ZEND_ME_MAPPING(fieldDifference, intlcal_field_difference, arginfo_class_IntlCalendar_fieldDiffere…
531 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
Completed in 37 milliseconds