Searched refs:intlcal_get (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/intl/tests/ |
H A D | calendar_get_getActualMaximum_Minumum_error2.phpt | 13 var_dump(intlcal_get($c)); 29 var_dump(intlcal_get($c, -1)); 45 var_dump(intlcal_get($c, "s")); 61 var_dump(intlcal_get(1)); 77 ArgumentCountError: 0, intlcal_get() expects exactly 2 arguments, 1 given 80 ValueError: 0, intlcal_get(): Argument #2 ($field) must be a valid field 83 TypeError: 0, intlcal_get(): Argument #2 ($field) must be of type int, string given 86 ArgumentCountError: 0, intlcal_get() expects exactly 2 arguments, 1 given
|
H A D | calendar_get_basic.phpt | 14 var_dump(intlcal_get($intlcal, IntlCalendar::FIELD_DAY_OF_MONTH));
|
/php-src/ext/intl/ |
H A D | php_intl.stub.php | 189 function intlcal_get(IntlCalendar $calendar, int $field): int|false {} function
|
H A D | php_intl_arginfo.h | 795 ZEND_FUNCTION(intlcal_get); 982 ZEND_FE(intlcal_get, arginfo_intlcal_get)
|
/php-src/ext/intl/calendar/ |
H A D | calendar_arginfo.h | 215 ZEND_FUNCTION(intlcal_get);
|
H A D | calendar_methods.cpp | 237 U_CFUNC PHP_FUNCTION(intlcal_get) in PHP_FUNCTION() argument
|
Completed in 24 milliseconds