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));
250 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} function
824 ZEND_FUNCTION(intlcal_is_weekend);1011 ZEND_FE(intlcal_is_weekend, arginfo_intlcal_is_weekend)
241 ZEND_FUNCTION(intlcal_is_weekend);
815 U_CFUNC PHP_FUNCTION(intlcal_is_weekend) in PHP_FUNCTION() argument
Completed in 19 milliseconds