Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/
H A Dzend_accelerator_debug.c35 char *time_string; in zend_accel_error() local
44 time_string = asctime(localtime(&timestamp)); in zend_accel_error()
45 time_string[24] = 0; in zend_accel_error()
60 fprintf(fLog, "%s (%lu): ", time_string, (unsigned long)tsrm_thread_id()); in zend_accel_error()
62 fprintf(fLog, "%s (%d): ", time_string, getpid()); in zend_accel_error()

Completed in 6 milliseconds