Home
last modified time | relevance | path

Searched refs:log (Results 1 – 25 of 91) sorted by relevance

1234

/PHP-8.1/ext/standard/tests/mail/
H A Dmail_log.phpt2 Test mail() function : mail.log ini setting
5 mail.log = mail.log
10 $logfile = ini_get("mail.log");
18 $subject = "mail.log test";
19 $message = "Testing mail.log";
35 unlink("mail.log");
42 …mail() on [%smail_log.php:%d]: To: test@example.com -- Headers: X-Test: 1 -- Subject: mail.log test
H A Dgh7875.phpt2 GH-7875 (mails are sent even if failure to log throws exception)
5 $filename = __DIR__ . "/gh7875.mail.log";
20 mail.log={PWD}/gh7875.mail.log
31 touch(__DIR__ . "/gh7875.mail.log");
32 chmod(__DIR__ . "/gh7875.mail.log", 0444);
44 @chmod(__DIR__ . "/gh7875.mail.log", 0644);
45 @unlink(__DIR__ . "/gh7875.mail.log");
/PHP-8.1/ext/imap/tests/setup/
H A Ddovecot.conf28 log_path = /var/log/dovecot.log
30 info_log_path = /var/log/dovecot-info.log
32 debug_log_path = /var/log/dovecot-debug.log
/PHP-8.1/ext/standard/tests/math/
H A Dlog_error.phpt2 Test log() - wrong params test log()
8 log(36, -4);
14 log(): Argument #2 ($base) must be greater than 0
H A Dlog.phpt2 log() tests
7 $x2 = (int) exp(log($x));
8 // e ^ log(x) should be close in range to x
17 // Now test the base form of log
20 $x2 = (int) pow($base, log($x, $base));
21 // base ^ log(x) should be close in range to x
H A Dlog_basic.phpt2 Test log() - basic function test log()
21 $res = log($values[$i]);
27 $res = log($values[$i], 4);
H A Dlog_basiclong_64bit.phpt2 Test log function : 64bit long tests
24 var_dump(log($longVal));
H A Dbug25665.phpt12 var_dump(log(0));
/PHP-8.1/ext/standard/tests/general_functions/
H A Dbug60723.phpt9 $log = $dir . "/tmp.err";
10 ini_set("error_log", $log);
13 readfile($log);
14 unlink($log);
H A Dbug70249.phpt11 // make sure log entries written by shutdown functions are also flushed
/PHP-8.1/ext/standard/tests/serialize/
H A Dbug62373.phpt8 $size_of_ce = (((int)(log(PHP_INT_MAX) / log(2)) + 1 == 32 ? 368: 680) + 15) & ~15;
/PHP-8.1/ext/skeleton/
H A D.gitignore.in11 config.log
37 tests/**/*.log
/PHP-8.1/sapi/fpm/tests/
H A Dtester.inc20 * File extension for access log.
22 const FILE_EXT_LOG_ACC = 'acc.log';
25 * File extension for error log.
30 * File extension for slow log.
1595 * Expect log entry.
1678 * Expect a log notice.
1713 * Expect a log warning.
1748 * Expect a log error.
1783 * Expect a log alert.
1868 * Read all log entries.
[all …]
H A Dgh8885-stderr-fd-reload-usr1.phpt2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after reloading logs
19 access.log=/dev/stderr
H A Dgh8885-stderr-fd-reload-usr2.phpt2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload
19 access.log=/dev/stderr
H A Dlogtool.inc415 * Expect log entries for daemon reloading.
446 * Expect log entries for reloading logs.
496 * Get log entry matcher.
555 * Read all log entries until timeout.
586 * Expect log entry.
630 * Expect debug log entry.
644 * Expect notice log entry.
658 * Expect warning log entry.
672 * Expect error log entry.
686 * Expect alert log entry.
[all …]
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-bwd-limit-64-too-low-error.phpt2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
/PHP-8.1/sapi/fpm/
H A Dphp-fpm.conf.in19 ; Error log file
20 ; If it's set to "syslog", log is sent to syslogd instead of being written
23 ; Default Value: log/php-fpm.log
24 ;error_log = log/php-fpm.log
44 ; Log limit on number of characters in the single line (log entry). If the
53 ; Log buffering specifies if the log line is buffered which means that the
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg.init.d22 LOGFILE=/var/log/phpdbg.log
/PHP-8.1/Zend/tests/
H A Dbug73954.phpt12 takes_int(log(tan(3.14)));
/PHP-8.1/ext/pgsql/tests/
H A Dgh12763.phpt13 $file_name = tempnam('.', 'trace.log');
/PHP-8.1/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h37 #define PDO_DBG_INF(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN…
38 #define PDO_DBG_ERR(msg) do { if (!dbg_skip_trace) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LIN…

Completed in 52 milliseconds

1234