Home
last modified time | relevance | path

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

/PHP-8.1/ext/intl/tests/
H A Dgregoriancalendar_isLeapYear_basic.phpt2 IntlGregorianCalendar::isLeapYear(): basic test
14 var_dump($intlcal->isLeapYear(2012));
15 var_dump($intlcal->isLeapYear(1900));
H A Dgregoriancalendar_isLeapYear_error.phpt2 IntlGregorianCalendar::isLeapYear(): bad arguments
/PHP-8.1/ext/intl/calendar/
H A Dcalendar.stub.php312 public function isLeapYear(int $year): bool {} function in IntlGregorianCalendar
H A Dgregoriancalendar_methods.cpp261 RETURN_BOOL((int)fetch_greg(co)->isLeapYear((int32_t)year)); in PHP_FUNCTION()
H A Dcalendar_arginfo.h284 …ZEND_ME_MAPPING(isLeapYear, intlgregcal_is_leap_year, arginfo_class_IntlGregorianCalendar_isLeapYe…

Completed in 9 milliseconds