Searched refs:log_format (Results 1 – 3 of 3) sorted by relevance
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_log.h | 10 int fpm_log_write(char *log_format TSRMLS_DC);
|
H A D | fpm_log.c | 98 int fpm_log_write(char *log_format TSRMLS_DC) /* {{{ */ in fpm_log_write() 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-5.3/ |
H A D | run-tests.php | 191 $log_format = strtoupper(getenv('TEST_PHP_LOG_FORMAT')); variable 193 $log_format = 'LEODS'; variable 1166 global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS; 2040 …if (strpos($log_format, 'E') !== false && file_put_contents($exp_filename, $wanted, FILE_BINARY) =… 2045 …if (strpos($log_format, 'O') !== false && file_put_contents($output_filename, $output, FILE_BINARY… 2055 …if (strpos($log_format, 'D') !== false && file_put_contents($diff_filename, $diff, FILE_BINARY) ==… 2060 if (strpos($log_format, 'S') !== false && file_put_contents($sh_filename, "#!/bin/sh 2069 if (strpos($log_format, 'L') !== false && file_put_contents($log_filename, "
|
Completed in 13 milliseconds