Searched refs:curtime (Results 1 – 2 of 2) sorted by relevance
289 time_t curtime; in php_mail() local292 time(&curtime); in php_mail()293 date_str = php_format_date("d-M-Y H:i:s e", 13, curtime, 1 TSRMLS_CC); in php_mail()
1453 time_t curtime; in php_message_handler_for_zend() local1457 time(&curtime); in php_message_handler_for_zend()1458 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()
Completed in 11 milliseconds