Home
last modified time | relevance | path

Searched refs:isWeekend (Results 1 – 4 of 4) sorted by relevance

/PHP-8.4/ext/intl/tests/
H A Dcalendar_isWeekend_basic.phpt2 IntlCalendar::isWeekend basic test
13 var_dump($intlcal->isWeekend(strtotime('2012-02-29 12:00:00 +0000') * 1000));
15 var_dump($intlcal->isWeekend(strtotime('2012-03-11 12:00:00 +0000') * 1000));
H A Dcalendar_isWeekend_error.phpt2 IntlCalendar::isWeekend(): bad arguments
/PHP-8.4/ext/intl/calendar/
H A Dcalendar.stub.php302 public function isWeekend(?float $timestamp = null): bool {} function in IntlCalendar
H A Dcalendar_methods.cpp829 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()
831 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()

Completed in 12 milliseconds