Home
last modified time | relevance | path

Searched refs:msg (Results 126 – 150 of 239) sorted by relevance

12345678910

/PHP-8.3/ext/ftp/tests/
H A Dbug37799.phpt24 Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8
/PHP-8.3/ext/imap/tests/
H A Dimap_append_basic.phpt39 echo "List the msg headers\n";
58 List the msg headers
/PHP-8.3/ext/pdo_dblib/
H A Ddblib_driver.c40 char *msg; in dblib_fetch_error() local
48 msg = einfo->lastmsg; in dblib_fetch_error()
50 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
53 msg = einfo->dberrstr; in dblib_fetch_error()
57 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
62 msg, einfo->dberr, einfo->severity, stmt ? ZSTR_VAL(stmt->active_query_string) : ""); in dblib_fetch_error()
/PHP-8.3/win32/
H A Dwinutil.h27 PHP_WINUTIL_API void php_win32_error_msg_free(char *msg);
H A Dsendmail.h45 static int Post(LPCSTR msg);
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_local_infile_directory_access_denied.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug53503.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_allow_local_infile_overrides_local_infile_directory.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_local_infile_directory_vs_open_basedir.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug77956.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-8.3/sapi/fpm/tests/
H A Dlogtool.inc763 $msg = "$title:\n";
765 $msg .= "- PATTERN: $pattern\n";
768 $msg .= "- LINE: $line\n";
774 $msg .= "- ACTUAL: $actualMessage\n";
777 return $msg;
804 * @param string $msg Message to print.
806 private function trace(string $msg): void
809 print "LogTool - $msg\n";
817 * @param string $msg
826 $this->trace("Setting error: $msg");
[all …]
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bwp-limit-1024-msg-120.phpt2 FPM: Buffered worker output plain log with limit 1024 and msg 120
H A Dlog-bwp-limit-1500-msg-3300.phpt2 FPM: Buffered worker output plain log with limit 1500 and msg 3300
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-dwd-limit-1050-msg-2048.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2048 msg
/PHP-8.3/ext/pdo/
H A Dpdo_dbh.c72 const char *msg; in pdo_raise_impl_error() local
90 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_raise_impl_error()
91 if (!msg) { in pdo_raise_impl_error()
92 msg = "<<Unknown error>>"; in pdo_raise_impl_error()
96 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
98 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
131 const char *msg = "<<Unknown>>"; in pdo_handle_error() local
146 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_handle_error()
147 if (!msg) { in pdo_handle_error()
148 msg = "<<Unknown error>>"; in pdo_handle_error()
[all …]
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt53 // sleep for a while to allow msg to be delivered
64 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt1-win32.phpt54 // sleep for a while to allow msg to be delivered
65 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt2-win32.phpt54 // sleep for a while to allow msg to be delivered
65 echo "Id of msg just sent is $i\n";
/PHP-8.3/ext/imap/tests/setup/
H A Dimap_include.inc160 $msg = "From: foo@anywhere.com\r\n"
168 $envelope["subject"] = "Test msg $i";
193 $msg = imap_mail_compose($envelope, $body);
196 imap_append($imap_stream, $mailbox, $msg);
/PHP-8.3/ext/opcache/
H A Dshared_alloc_win32.c47 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
54 ev_msgs[0] = msg; in zend_win_error_message()
67 zend_accel_error(type, "%s", msg); in zend_win_error_message()

Completed in 34 milliseconds

12345678910