Searched refs:log_format (Results 1 – 3 of 3) sorted by relevance
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_log.h | 9 int fpm_log_write(char *log_format);
|
H A D | fpm_log.c | 99 int fpm_log_write(char *log_format) /* {{{ */ in fpm_log_write() argument 114 if (!log_format && (!fpm_log_format || fpm_log_fd == -1)) { in fpm_log_write() 118 if (!log_format) { in fpm_log_write() 119 log_format = fpm_log_format; in fpm_log_write() 149 s = log_format; in fpm_log_write()
|
/PHP-7.1/ |
H A D | run-tests.php | 182 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT')); variable 184 $log_format = 'LEODS'; variable 1202 global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS; 2149 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =… 2154 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY… 2164 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==… 2169 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh 2178 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "
|
Completed in 56 milliseconds