time_string        35 ext/opcache/zend_accelerator_debug.c 	char *time_string;
time_string        43 ext/opcache/zend_accelerator_debug.c 	time_string = asctime(localtime(&timestamp));
time_string        44 ext/opcache/zend_accelerator_debug.c 	time_string[24] = 0;
time_string        59 ext/opcache/zend_accelerator_debug.c     fprintf(fLog, "%s (" ZEND_ULONG_FMT "): ", time_string, (zend_ulong)tsrm_thread_id());
time_string        61 ext/opcache/zend_accelerator_debug.c     fprintf(fLog, "%s (%d): ", time_string, getpid());