Home
last modified time | relevance | path

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

1234

/php-src/ext/dom/lexbor/lexbor/css/
H A Dlog.h46 lxb_css_log_init(lxb_css_log_t *log, lexbor_mraw_t *mraw);
49 lxb_css_log_clean(lxb_css_log_t *log);
52 lxb_css_log_destroy(lxb_css_log_t *log, bool self_destroy);
55 lxb_css_log_append(lxb_css_log_t *log, lxb_css_log_type_t type,
59 lxb_css_log_push(lxb_css_log_t *log, lxb_css_log_type_t type, size_t length);
62 lxb_css_log_format(lxb_css_log_t *log, lxb_css_log_type_t type,
66 lxb_css_log_not_supported(lxb_css_log_t *log,
73 lxb_css_log_serialize(lxb_css_log_t *log, lexbor_serialize_cb_f cb, void *ctx,
77 lxb_css_log_serialize_char(lxb_css_log_t *log, size_t *out_length,
93 lxb_css_log_length(lxb_css_log_t *log) in lxb_css_log_length() argument
[all …]
/php-src/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-src/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-src/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-src/sapi/fpm/tests/
H A Dlog-suppress-output.phpt2 FPM: Test excluding URIs from access log
18 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
24 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
30 …$tester->expectAccessLog("'GET /log-suppress-output.src.php?test=output' 200", suppressable: false…
36 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
42 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 500", suppressable: false);
45 $tester->expectAccessLog("'GET /log-suppress-output.src.php' 200", suppressable: true);
70 access.log = {{RFILE:LOG:ACC}}
95 access.log = {{RFILE:LOG:ACC}}
98 access.suppress_path[] = /log-suppress-output.src.php
H A Dtester.inc23 * File extension for access log.
28 * File extension for error log.
33 * File extension for slow log.
1546 * Print log reader logs.
1813 * Expect log entry.
1896 * Expect a log notice.
1931 * Expect a log warning.
1966 * Expect a log error.
2001 * Expect a log alert.
2160 * 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.
559 * Read all log entries until timeout.
590 * Expect log entry.
634 * Expect debug log entry.
648 * Expect notice log entry.
662 * Expect warning log entry.
676 * Expect error log entry.
690 * Expect alert log entry.
[all …]
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
/php-src/ext/opcache/jit/ir/
H A D.gitignore2 *.log
19 tests/**/*.log
/php-src/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-src/ext/skeleton/
H A D.gitignore.in11 config.log
37 tests/**/*.log
/php-src/tests/basic/
H A Derrorlog_permission.phpt10 error_log=error_permissions_test.log
15 const LOG_FILENAME='error_permissions_test.log';
/php-src/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-src/sapi/phpdbg/
H A Dphpdbg.init.d22 LOGFILE=/var/log/phpdbg.log
/php-src/Zend/tests/
H A Dbug73954.phpt12 takes_int(log(tan(3.14)));
/php-src/ext/pgsql/tests/
H A Dgh12763.phpt13 $file_name = tempnam('.', 'trace.log');
/php-src/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 33 milliseconds

1234