Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dmail.c471 time_t curtime; in php_mail() local
476 time(&curtime); in php_mail()
477 date_str = php_format_date("d-M-Y H:i:s e", 13, curtime, 1); in php_mail()
/php-src/main/
H A Dmain.c1752 time_t curtime; in php_message_handler_for_zend() local
1756 time(&curtime); in php_message_handler_for_zend()
1757 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()

Completed in 13 milliseconds