Home
last modified time | relevance | path

Searched refs:msg (Results 101 – 125 of 202) sorted by relevance

123456789

/PHP-7.4/ext/sockets/tests/
H A Dsocket_cmsg_credentials.phpt45 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
/PHP-7.4/ext/imap/tests/
H A Dimap_include.inc140 $msg = "From: foo@anywhere.com\r\n"
148 $envelope["subject"] = "Test msg $i";
173 $msg = imap_mail_compose($envelope, $body);
176 imap_append($imap_stream, $mailbox, $msg);
H A Dimap_clearflag_full_basic.phpt25 echo "Initial msg count in new_mailbox : ". $check->Nmsgs . "\n";
60 Initial msg count in new_mailbox : 10
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers
/PHP-7.4/ext/sysvmsg/tests/
H A D002.phpt12 var_dump($res = msg_receive ($queue, 1, $msg_type, 16384, $msg, true, 0, $msg_error));
H A D005.phpt29 var_dump(msg_receive($q, 0, $null, 1, $msg, true, 0, $errno));
32 var_dump(msg_receive($q, 0, $null, 0, $msg));
/PHP-7.4/win32/
H A Dsendmail.h45 static int Post(LPCSTR msg);
/PHP-7.4/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt119 $msg = makeParam($e->getMessage());
120 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
/PHP-7.4/ext/mysqli/tests/
H A Dbug53503.phpt12 if ($msg = check_local_infile_support($link, $engine))
13 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug77956.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-7.4/ext/opcache/
H A Dshared_alloc_win32.c46 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
53 ev_msgs[0] = msg; in zend_win_error_message()
66 zend_accel_error(type, "%s", msg); in zend_win_error_message()
/PHP-7.4/sapi/fpm/tests/
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-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
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bm-limit-1024-msg-80.phpt2 FPM: Buffered message output log with limit 1024 and msg 80
H A Dlog-bm-limit-2048-msg-4000.phpt2 FPM: Buffered message output log with limit 2048 and msg 4000
H A Dlog-bwd-limit-1050-msg-2048.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2048 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-dwd-limit-1050-msg-2048.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2048 msg
H A Dlog-dwp-limit-1000-msg-2000.phpt2 FPM: Direct worker output plain log with limit 1000 and msg 2000
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_statement_class.phpt63 private function __construct($msg) {
65 var_dump($msg);
73 private function __construct($msg) {
75 var_dump($msg);
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_variation_alt3-win32.phpt55 // sleep for a while to allow msg to be delivered
66 echo "Id of msg just sent is $i\n";

Completed in 27 milliseconds

123456789