Searched refs:uday (Results 1 – 1 of 1) sorted by relevance
56 long uday; in PHP_FUNCTION() local58 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "l", &uday) == FAILURE) { in PHP_FUNCTION()61 uday -= 2440588 /* J.D. of 1.1.1970 */; in PHP_FUNCTION()63 if (uday < 0 || uday > 24755) { /* before beginning of unix epoch or behind end of unix epoch */ in PHP_FUNCTION()67 RETURN_LONG(uday * 24 * 3600); in PHP_FUNCTION()
Completed in 4 milliseconds