31static void zend_accel_error_va_args(
int type,
const char *format, va_list
args)
37 if (
type <=
ZCG(accel_directives).log_verbosity_level) {
40 time_string = asctime(
localtime(×tamp));
58 fprintf(fLog,
"%s (%d): ", time_string, getpid());
102 va_start(
args, format);
103 zend_accel_error_va_args(
type, format,
args);
110 va_start(
args, format);
112 zend_accel_error_va_args(
type, format,
args);
fprintf($stream, string $format, mixed ... $values)
vfprintf($stream, string $format, array $values)
error_log(string $message, int $message_type=0, ?string $destination=null, ?string $additional_headers=null)
fopen(string $filename, string $mode, bool $use_include_path=false, $context=null)
localtime(?int $timestamp=null, bool $associative=false)
ZEND_NORETURN void zend_accel_error_noreturn(int type, const char *format,...)
void zend_accel_error(int type, const char *format,...)
#define ACCEL_LOG_WARNING
exit(string|int $status=0)
strcmp(string $string1, string $string2)