Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c5447 static void php_do_date_sunrise_sunset(INTERNAL_FUNCTION_PARAMETERS, bool calc_sunset) in php_do_date_sunrise_sunset() argument
5478 if (calc_sunset) { in php_do_date_sunrise_sunset()
5516 RETURN_LONG(calc_sunset ? set : rise); in php_do_date_sunrise_sunset()
5518 N = (calc_sunset ? h_set : h_rise) + gmt_offset; in php_do_date_sunrise_sunset()

Completed in 23 milliseconds