Searched refs:uday (Results 1 – 1 of 1) sorted by relevance
58 zend_long uday; in PHP_FUNCTION() local60 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &uday) == FAILURE) { in PHP_FUNCTION()63 …if (uday < 2440588 || (uday - 2440588) > (ZEND_LONG_MAX / SECS_PER_DAY)) { /* before beginning of … in PHP_FUNCTION()68 uday -= 2440588 /* J.D. of 1.1.1970 */; in PHP_FUNCTION()70 RETURN_LONG(uday * SECS_PER_DAY); in PHP_FUNCTION()
Completed in 5 milliseconds