Home
last modified time | relevance | path

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

1234

/PHP-8.0/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 mail.log={PWD}/gh7875.mail.log
23 touch(__DIR__ . "/gh7875.mail.log");
24 chmod(__DIR__ . "/gh7875.mail.log", 0444);
36 @chmod(__DIR__ . "/gh7875.mail.log", 0644);
37 @unlink(__DIR__ . "/gh7875.mail.log");
/PHP-8.0/ext/imap/tests/setup/
H A Ddovecot.conf14 log_path = /var/log/dovecot.log
16 info_log_path = /var/log/dovecot-info.log
18 debug_log_path = /var/log/dovecot-debug.log
/PHP-8.0/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()
22 $res = log($values[$i]);
28 $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.0/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.0/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.0/ext/skeleton/
H A D.gitignore.in11 config.log
34 tests/*/*.log
/PHP-8.0/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.0/sapi/fpm/tests/
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 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.
1512 * Expect log entry.
1553 * Expect a log notice.
1568 * Expect a log warning.
1583 * Expect a log error.
1598 * Expect a log alert.
1646 * Read all log entries.
[all …]
H A Dlogtool.inc401 * Expect log entries for daemon reloading.
432 * Expect log entries for reloading logs.
481 * Get log entry matcher.
540 * Read all log entries until timeout.
571 * Expect log entry.
598 * Expect debug log entry.
612 * Expect notice log entry.
626 * Expect warning log entry.
640 * Expect error log entry.
654 * 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.0/sapi/phpdbg/
H A Dphpdbg.init.d22 LOGFILE=/var/log/phpdbg.log
/PHP-8.0/Zend/tests/
H A Dbug73954.phpt12 takes_int(log(tan(3.14)));
/PHP-8.0/ext/imap/
H A Dconfig.m459 Add --with-kerberos to your configure line. Check config.log for details.
76 Check whether openssl is on your PKG_CONFIG_PATH and the output in config.log)
83 Add --with-imap-ssl to your configure line. Check config.log for details.
165 …nature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional info…
168 …nature, but U8T_CANONICAL is present. This should not happen. Check config.log for additional info…
282 AC_MSG_ERROR([build test failed. Please check the config.log for details.])
/PHP-8.0/ext/pdo_mysql/
H A Dphp_pdo_mysql_int.h37 #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…
38 #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg…

Completed in 78 milliseconds

1234