Searched refs:intlcal_field_difference (Results 1 – 7 of 7) sorted by relevance
/PHP-8.0/ext/intl/tests/ |
H A D | calendar_fieldDifference_error.phpt | 23 var_dump(intlcal_field_difference($c, 0, 1, 2)); 27 var_dump(intlcal_field_difference(1, 0, 1)); 32 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i… 34 intlcal_field_difference() expects exactly 3 arguments, 4 given 36 Fatal error: Uncaught TypeError: intlcal_field_difference(): Argument #1 ($calendar) must be of typ… 38 #0 %s(%d): intlcal_field_difference(1, 0, 1)
|
H A D | calendar_getErrorCode_getErrorMessage_basic.phpt | 37 Warning: IntlCalendar::fieldDifference(): intlcal_field_difference: Call to ICU method has failed i… 40 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR" 41 string(81) "intlcal_field_difference: Call to ICU method has failed: U_ILLEGAL_ARGUMENT_ERROR"
|
H A D | calendar_fieldDifference_basic.phpt | 25 intlcal_field_difference(
|
/PHP-8.0/ext/intl/calendar/ |
H A D | calendar_arginfo.h | 166 ZEND_FUNCTION(intlcal_field_difference); 219 …ZEND_ME_MAPPING(fieldDifference, intlcal_field_difference, arginfo_class_IntlCalendar_fieldDiffere…
|
H A D | calendar_methods.cpp | 464 U_CFUNC PHP_FUNCTION(intlcal_field_difference) in PHP_FUNCTION() argument
|
/PHP-8.0/ext/intl/ |
H A D | php_intl_arginfo.h | 803 ZEND_FUNCTION(intlcal_field_difference); 993 ZEND_FE(intlcal_field_difference, arginfo_intlcal_field_difference)
|
H A D | php_intl.stub.php | 42 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … function
|
Completed in 19 milliseconds