Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/tests/
H A Dcalendar_setSkipped_RepeatedWallTimeOption_error.phpt27 var_dump(intlcal_set_repeated_wall_time_option(1, 1));
35 intlcal_set_repeated_wall_time_option(): Argument #1 ($calendar) must be of type IntlCalendar, int …
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt25 var_dump(intlcal_set_repeated_wall_time_option($intlcal, IntlCalendar::WALLTIME_FIRST));
/PHP-8.0/ext/intl/calendar/
H A Dcalendar_arginfo.h204 ZEND_FUNCTION(intlcal_set_repeated_wall_time_option);
257 …ZEND_ME_MAPPING(setRepeatedWallTimeOption, intlcal_set_repeated_wall_time_option, arginfo_class_In…
H A Dcalendar_methods.cpp893 U_CFUNC PHP_FUNCTION(intlcal_set_repeated_wall_time_option) in PHP_FUNCTION() argument
/PHP-8.0/ext/intl/
H A Dphp_intl_arginfo.h828 ZEND_FUNCTION(intlcal_set_repeated_wall_time_option);
1018 ZEND_FE(intlcal_set_repeated_wall_time_option, arginfo_intlcal_set_repeated_wall_time_option)
H A Dphp_intl.stub.php92 function intlcal_set_repeated_wall_time_option(IntlCalendar $calendar, int $option): bool {} function

Completed in 27 milliseconds