Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c458 time_t curtime; in php_mail() local
463 time(&curtime); in php_mail()
464 date_str = php_format_date("d-M-Y H:i:s e", 13, curtime, 1); in php_mail()
/PHP-8.0/main/
H A Dmain.c1644 time_t curtime; in php_message_handler_for_zend() local
1648 time(&curtime); in php_message_handler_for_zend()
1649 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()

Completed in 16 milliseconds