Home
last modified time | relevance | path

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

/PHP-8.2/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.2/ext/intl/calendar/
H A Dcalendar.stub.php419 public function isWeekend(?float $timestamp = null): bool {} function in IntlCalendar
H A Dcalendar_methods.cpp771 RETURN_BOOL((int)co->ucal->isWeekend()); in PHP_FUNCTION()
773 UBool ret = co->ucal->isWeekend((UDate)date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
H A Dcalendar_arginfo.h265 …ZEND_ME_MAPPING(isWeekend, intlcal_is_weekend, arginfo_class_IntlCalendar_isWeekend, ZEND_ACC_PUBL…

Completed in 11 milliseconds