Searched refs:log_format (Results 1 – 3 of 3) sorted by relevance
/PHP-7.0/sapi/fpm/fpm/ |
H A D | fpm_log.h | 10 int fpm_log_write(char *log_format);
|
H A D | fpm_log.c | 100 int fpm_log_write(char *log_format) /* {{{ */ in fpm_log_write() argument 115 if (!log_format && (!fpm_log_format || fpm_log_fd == -1)) { in fpm_log_write() 119 if (!log_format) { in fpm_log_write() 120 log_format = fpm_log_format; in fpm_log_write() 150 s = log_format; in fpm_log_write()
|
/PHP-7.0/ |
H A D | run-tests.php | 219 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT')); variable 221 $log_format = 'LEODS'; variable 1230 global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS; 2171 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =… 2176 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY… 2186 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==… 2191 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh 2200 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "
|
Completed in 18 milliseconds