Home
last modified time | relevance | path

Searched refs:intlcal_is_set (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/intl/tests/
H A Dcalendar_isSet_error.phpt19 var_dump(intlcal_is_set(1, 2));
26 intlcal_is_set(): Argument #1 ($calendar) must be of type IntlCalendar, int given
H A Dcalendar_isSet_basic.phpt15 var_dump(intlcal_is_set($intlcal, IntlCalendar::FIELD_MINUTE));
/php-src/ext/intl/
H A Dphp_intl.stub.php246 function intlcal_is_set(IntlCalendar $calendar, int $field): bool {} function
H A Dphp_intl_arginfo.h828 ZEND_FUNCTION(intlcal_is_set);
1019 ZEND_FE(intlcal_is_set, arginfo_intlcal_is_set)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h243 ZEND_FUNCTION(intlcal_is_set);
H A Dcalendar_methods.cpp798 U_CFUNC PHP_FUNCTION(intlcal_is_set) in PHP_FUNCTION() argument

Completed in 21 milliseconds