Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dmail.c289 time_t curtime; in php_mail() local
292 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()
/PHP-5.5/main/
H A Dmain.c1453 time_t curtime; in php_message_handler_for_zend() local
1457 time(&curtime); in php_message_handler_for_zend()
1458 ta = php_localtime_r(&curtime, &tmbuf); in php_message_handler_for_zend()

Completed in 22 milliseconds