Searched refs:intlcal_is_weekend (Results 1 – 6 of 6) sorted by relevance
11 var_dump(intlcal_is_weekend(1));14 Fatal error: Uncaught TypeError: intlcal_is_weekend(): Argument #1 ($calendar) must be of type Intl…16 #0 %s(%d): intlcal_is_weekend(1)
14 var_dump(intlcal_is_weekend($intlcal, strtotime('2012-02-29 12:00:00 +0000') * 1000));
212 ZEND_FUNCTION(intlcal_is_weekend);265 …ZEND_ME_MAPPING(isWeekend, intlcal_is_weekend, arginfo_class_IntlCalendar_isWeekend, ZEND_ACC_PUBL…
757 U_CFUNC PHP_FUNCTION(intlcal_is_weekend) in PHP_FUNCTION() argument
822 ZEND_FUNCTION(intlcal_is_weekend);1012 ZEND_FE(intlcal_is_weekend, arginfo_intlcal_is_weekend)
249 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} function
Completed in 19 milliseconds