Searched refs:log_format (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/sapi/fpm/fpm/ |
H A D | fpm_log.h | 8 int fpm_log_write(char *log_format);
|
H A D | fpm_log.c | 98 int fpm_log_write(char *log_format) /* {{{ */ in fpm_log_write() argument 113 if (!log_format && (!fpm_log_format || fpm_log_fd == -1)) { in fpm_log_write() 117 if (!log_format) { in fpm_log_write() 118 log_format = fpm_log_format; in fpm_log_write() 148 s = log_format; in fpm_log_write()
|
/PHP-7.3/ |
H A D | run-tests.php | 214 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT')); variable 216 $log_format = 'LEODS'; variable 1253 global $log_format, $ini_overwrites, $PHP_FAILED_TESTS; 2181 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =… 2186 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY… 2196 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==… 2201 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh 2210 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "
|
Completed in 25 milliseconds