Home
last modified time | relevance | path

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

/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_log.h9 int fpm_log_write(char *log_format);
H A Dfpm_log.c99 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.2/
H A Drun-tests.php204 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT')); variable
206 $log_format = 'LEODS'; variable
1258 global $log_format, $ini_overwrites, $cwd, $PHP_FAILED_TESTS;
2224 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =…
2229 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY…
2239 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==…
2244 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh
2253 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "

Completed in 13 milliseconds