Searched refs:log (Results 1 – 25 of 93) sorted by relevance
1234
/PHP-8.1/ext/standard/tests/mail/ |
H A D | mail_log.phpt | 2 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 D | gh7875.phpt | 2 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 D | dovecot.conf | 28 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 D | log_error.phpt | 2 Test log() - wrong params test log() 8 log(36, -4); 14 log(): Argument #2 ($base) must be greater than 0
|
H A D | log.phpt | 2 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 D | log_basic.phpt | 2 Test log() - basic function test log() 21 $res = log($values[$i]); 27 $res = log($values[$i], 4);
|
H A D | log_basiclong_64bit.phpt | 2 Test log function : 64bit long tests 24 var_dump(log($longVal));
|
H A D | bug25665.phpt | 12 var_dump(log(0));
|
/PHP-8.1/ext/standard/tests/general_functions/ |
H A D | bug60723.phpt | 9 $log = $dir . "/tmp.err"; 10 ini_set("error_log", $log); 13 readfile($log); 14 unlink($log);
|
H A D | bug70249.phpt | 11 // make sure log entries written by shutdown functions are also flushed
|
/PHP-8.1/ext/standard/tests/serialize/ |
H A D | bug62373.phpt | 8 $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.in | 11 config.log 37 tests/**/*.log
|
/PHP-8.1/sapi/fpm/tests/ |
H A D | tester.inc | 20 * 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 D | gh8885-stderr-fd-reload-usr1.phpt | 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after reloading logs 19 access.log=/dev/stderr
|
H A D | gh8885-stderr-fd-reload-usr2.phpt | 2 FPM: GH-8885 - access.log with stderr begins to write logs to error_log after daemon reload 19 access.log=/dev/stderr
|
H A D | logtool.inc | 415 * 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 D | log-bwd-limit-1050-msg-2900.phpt | 2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
|
H A D | log-bwd-limit-64-too-low-error.phpt | 2 FPM: Buffered worker output decorated log with limit 64 fails because it is too low
|
H A D | log-bwd-limit-8000-msg-4096.phpt | 2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
|
H A D | log-dwd-limit-1050-msg-2900.phpt | 2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
|
/PHP-8.1/sapi/fpm/ |
H A D | php-fpm.conf.in | 19 ; 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 D | phpdbg.init.d | 22 LOGFILE=/var/log/phpdbg.log
|
/PHP-8.1/Zend/tests/ |
H A D | bug73954.phpt | 12 takes_int(log(tan(3.14)));
|
/PHP-8.1/ext/pgsql/tests/ |
H A D | gh12763.phpt | 13 $file_name = tempnam('.', 'trace.log');
|
/PHP-8.1/ext/pdo_mysql/ |
H A D | php_pdo_mysql_int.h | 37 #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 3842 milliseconds
1234