Searched refs:curtime (Results 1 – 2 of 2) sorted by relevance
471 time_t curtime; in php_mail() local476 time(&curtime); in php_mail()477 date_str = php_format_date("d-M-Y H:i:s e", 13, curtime, 1); in php_mail()
1754 time_t curtime; in php_message_handler_for_zend() local1758 time(&curtime); in php_message_handler_for_zend()1759 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
Completed in 14 milliseconds