Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp42 static inline GregorianCalendar *fetch_greg(Calendar_object *co) { in fetch_greg() function
223 fetch_greg(co)->setGregorianChange(date, CALENDAR_ERROR_CODE(co)); in PHP_FUNCTION()
241 RETURN_DOUBLE((double)fetch_greg(co)->getGregorianChange()); in PHP_FUNCTION()
261 RETURN_BOOL((int)fetch_greg(co)->isLeapYear((int32_t)year)); in PHP_FUNCTION()

Completed in 9 milliseconds