Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/tests/
H A Dcalendar_isWeekend_error.phpt11 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)
H A Dcalendar_isWeekend_basic.phpt14 var_dump(intlcal_is_weekend($intlcal, strtotime('2012-02-29 12:00:00 +0000') * 1000));
/PHP-8.3/ext/intl/calendar/
H A Dcalendar_arginfo.h242 ZEND_FUNCTION(intlcal_is_weekend);
299 …ZEND_ME_MAPPING(isWeekend, intlcal_is_weekend, arginfo_class_IntlCalendar_isWeekend, ZEND_ACC_PUBL…
H A Dcalendar_methods.cpp809 U_CFUNC PHP_FUNCTION(intlcal_is_weekend) in PHP_FUNCTION() argument
/PHP-8.3/ext/intl/
H A Dphp_intl_arginfo.h822 ZEND_FUNCTION(intlcal_is_weekend);
1012 ZEND_FE(intlcal_is_weekend, arginfo_intlcal_is_weekend)
H A Dphp_intl.stub.php249 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} function

Completed in 17 milliseconds