time_string 35 ext/opcache/zend_accelerator_debug.c char *time_string; time_string 44 ext/opcache/zend_accelerator_debug.c time_string = asctime(localtime(×tamp)); time_string 45 ext/opcache/zend_accelerator_debug.c time_string[24] = 0; time_string 60 ext/opcache/zend_accelerator_debug.c fprintf(fLog, "%s (%lu): ", time_string, (unsigned long)tsrm_thread_id()); time_string 62 ext/opcache/zend_accelerator_debug.c fprintf(fLog, "%s (%d): ", time_string, getpid());