Home
last modified time | relevance | path

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

/PHP-8.3/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp260 bool second_is_null = 1; in PHP_METHOD() local
268 …UM_ARGS(), "lllll|l!", &year, &month, &day, &hour, &minute, &second, &second_is_null) == FAILURE) { in PHP_METHOD()
280 if (second_is_null) { in PHP_METHOD()
H A Dcalendar_methods.cpp436 bool second_is_null = true; in PHP_METHOD() local
443 …&object, Calendar_ce_ptr, &year, &month, &day, &hour, &minute, &second, &second_is_null) == FAILUR… in PHP_METHOD()
455 if (second_is_null) { in PHP_METHOD()

Completed in 9 milliseconds