Home
last modified time | relevance | path

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

/php-src/ext/date/
H A Dphp_date.c5450 bool latitude_is_null = 1, longitude_is_null = 1, zenith_is_null = 1, gmt_offset_is_null = 1; in php_do_date_sunrise_sunset() local
5464 Z_PARAM_DOUBLE_OR_NULL(longitude, longitude_is_null) in php_do_date_sunrise_sunset()
5473 if (longitude_is_null) { in php_do_date_sunrise_sunset()

Completed in 19 milliseconds