Home
last modified time | relevance | path

Searched refs:intlcal_field_difference (Results 1 – 7 of 7) sorted by relevance

/php-src/ext/intl/tests/
H A Dcalendar_fieldDifference_error.phpt21 var_dump(intlcal_field_difference($c, 0, 1, 2));
25 var_dump(intlcal_field_difference(1, 0, 1));
30 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
32 intlcal_field_difference() expects exactly 3 arguments, 4 given
34 Fatal error: Uncaught TypeError: intlcal_field_difference(): Argument #1 ($calendar) must be of typ…
36 #0 %s(%d): intlcal_field_difference(1, 0, 1)
H A Dcalendar_getErrorCode_getErrorMessage_basic.phpt35 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i…
38 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR"
39 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR"
H A Dcalendar_fieldDifference_basic.phpt23 intlcal_field_difference(
/php-src/ext/intl/
H A Dphp_intl.stub.php212 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … function
H A Dphp_intl_arginfo.h811 ZEND_FUNCTION(intlcal_field_difference);
1002 ZEND_FE(intlcal_field_difference, arginfo_intlcal_field_difference)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h209 ZEND_FUNCTION(intlcal_field_difference);
H A Dcalendar_methods.cpp522 U_CFUNC PHP_FUNCTION(intlcal_field_difference) in PHP_FUNCTION() argument

Completed in 24 milliseconds