Home
last modified time | relevance | path

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

/PHP-8.1/ext/date/tests/
H A Ddate_sun_info_003.phpt2 Test basic date_sun_info()
8 $sun_info = date_sun_info(strtotime("2015-01-12 00:00:00 UTC"), 89.00, 1.00);
15 $sun_info = date_sun_info(strtotime("2015-09-12 00:00:00 UTC"), 89.00, 1.00);
H A Ddate_sun_info_001.phpt2 Test basic date_sun_info()
6 $sun_info = date_sun_info(strtotime("2006-12-12"), 31.7667, 35.2333);
H A Ddate_sun_info_002.phpt2 Test basic date_sun_info()
6 $sun_info = date_sun_info(strtotime("2007-04-13 08:31:15 UTC"), 59.21, 9.61);
/PHP-8.1/ext/date/
H A Dphp_date.stub.php187 function date_sun_info(int $timestamp, float $latitude, float $longitude): array {} function
H A Dphp_date_arginfo.h518 ZEND_FUNCTION(date_sun_info);
601 ZEND_FE(date_sun_info, arginfo_date_sun_info)
H A Dphp_date.c4731 PHP_FUNCTION(date_sun_info) in PHP_FUNCTION() argument
/PHP-8.1/
H A DUPGRADING384 favor of date_sun_info().

Completed in 28 milliseconds