Home
last modified time | relevance | path

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

/PHP-7.3/ext/calendar/
H A Dcal_unix.c60 zend_long uday; in PHP_FUNCTION() local
62 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &uday) == FAILURE) { in PHP_FUNCTION()
65 uday -= 2440588 /* J.D. of 1.1.1970 */; in PHP_FUNCTION()
67 …if (uday < 0 || uday > ZEND_LONG_MAX / SECS_PER_DAY) { /* before beginning of unix epoch or greate… in PHP_FUNCTION()
71 RETURN_LONG(uday * SECS_PER_DAY); in PHP_FUNCTION()

Completed in 4 milliseconds