Searched refs:fieldDifference (Results 1 – 6 of 6) sorted by relevance
2 IntlCalendar::fieldDifference(): bad arguments16 var_dump($c->fieldDifference($c, 2, 3));20 var_dump($c->fieldDifference(INF, 2));30 IntlCalendar::fieldDifference() expects exactly 2 arguments, 3 given32 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
2 IntlCalendar::fieldDifference() basic test17 $intlcal->fieldDifference(
22 $intlcal->fieldDifference(-PHP_INT_MAX, IntlCalendar::FIELD_SECOND);37 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
26 public function fieldDifference(float $timestamp, int $field) {} function in IntlCalendar
219 …ZEND_ME_MAPPING(fieldDifference, intlcal_field_difference, arginfo_class_IntlCalendar_fieldDiffere…
479 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
Completed in 18 milliseconds