Home
last modified time | relevance | path

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

/PHP-7.4/ext/date/
H A Dphp_date.h201 PHPAPI time_t php_time();
H A Dphp_date.c63 PHPAPI time_t php_time() in php_time() function
1291 ts = php_time(); in php_date()
1456 ts = php_time(); in PHP_FUNCTION()
1528 (ZEND_NUM_ARGS() == 2) ? (timelib_sll) preset_ts : (timelib_sll) php_time()); in PHP_FUNCTION()
1571 timelib_unixtime2gmt(now, (timelib_sll) php_time()); in php_mktime()
1576 timelib_unixtime2local(now, (timelib_sll) php_time()); in php_mktime()
1676 timestamp = (zend_long) php_time(); in php_strftime()
1783 RETURN_LONG((zend_long)php_time()); in PHP_FUNCTION()
1803 timestamp = (zend_long) php_time(); in PHP_FUNCTION()
1854 timestamp = (zend_long) php_time(); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Dhead.c152 diff = difftime(expires, php_time()); in php_setcookie()

Completed in 21 milliseconds