Home
last modified time | relevance | path

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

/php-src/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-src/ext/intl/
H A Dphp_intl.stub.php250 function intlcal_is_weekend(IntlCalendar $calendar, ?float $timestamp = null): bool {} function
H A Dphp_intl_arginfo.h824 ZEND_FUNCTION(intlcal_is_weekend);
1011 ZEND_FE(intlcal_is_weekend, arginfo_intlcal_is_weekend)
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h241 ZEND_FUNCTION(intlcal_is_weekend);
H A Dcalendar_methods.cpp815 U_CFUNC PHP_FUNCTION(intlcal_is_weekend) in PHP_FUNCTION() argument

Completed in 19 milliseconds