Searched refs:intlcal_field_difference (Results 1 – 7 of 7) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | calendar_fieldDifference_error.phpt | 21 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 D | calendar_getErrorCode_getErrorMessage_basic.phpt | 35 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 D | calendar_fieldDifference_basic.phpt | 23 intlcal_field_difference(
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 212 function intlcal_field_difference(IntlCalendar $calendar, float $timestamp, int $field): int|false … function
|
H A D | php_intl_arginfo.h | 811 ZEND_FUNCTION(intlcal_field_difference); 1002 ZEND_FE(intlcal_field_difference, arginfo_intlcal_field_difference)
|
/php-src/ext/intl/calendar/ |
H A D | calendar_arginfo.h | 209 ZEND_FUNCTION(intlcal_field_difference);
|
H A D | calendar_methods.cpp | 522 U_CFUNC PHP_FUNCTION(intlcal_field_difference) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds