Home
last modified time | relevance | path

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

/PHP-8.2/sapi/fpm/fpm/
H A Dfpm_log.h8 int fpm_log_write(char *log_format);
H A Dfpm_log.c112 int fpm_log_write(char *log_format) /* {{{ */ in fpm_log_write() argument
127 if (!log_format && (!fpm_log_format || fpm_log_fd == -1)) { in fpm_log_write()
131 if (!log_format) { in fpm_log_write()
132 log_format = fpm_log_format; in fpm_log_write()
166 s = log_format; in fpm_log_write()
/PHP-8.2/
H A Drun-tests.php158 $log_format, $matches, $no_clean, $no_file_cache,
253 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT'));
255 $log_format = 'LEODS';

Completed in 13 milliseconds