Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 168) sorted by relevance

1234567

/PHP-7.0/ext/sysvmsg/tests/
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));
H A D002.phpt12 var_dump($res = msg_receive ($queue, 1, $msg_type, 16384, $msg, true, 0, $msg_error));
/PHP-7.0/ext/imap/tests/
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_fetchheader_variation5.phpt66 Subject: Test msg 1
77 Subject: Test msg 1
H A Dimap_append_basic.phpt45 echo "List the msg headers\n";
64 List the msg headers
H A Dimap_fetchheader_variation2.phpt22 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
130 Subject: Test msg 1
184 Subject: Test msg 1
198 Subject: Test msg 1
/PHP-7.0/ext/soap/interop/
H A Dtest.utility.php119 function parseMessage($msg) argument
123 $response = new SOAP_Parser($msg);
/PHP-7.0/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 D061.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug68077.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-7.0/win32/
H A Dsendmail.h47 static int Post(LPCSTR msg);
/PHP-7.0/sapi/fpm/tests/
H A D021-uds-acl.phpt21 if (test_fpm_conf($cfg, $msg) == false) { die("skip " . $msg); }
H A D016.phpt17 if (test_fpm_conf($cfg, $msg) == false) {
18 die("skip " . $msg);
H A Dinclude.inc61 function test_fpm_conf($config, &$msg = NULL) { /* {{{ */
66 $msg = preg_replace("/\[.+?\]/", "", $output[0]);
/PHP-7.0/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.0/ext/opcache/
H A Dshared_alloc_win32.c40 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
59 ev_msgs[0] = msg; in zend_win_error_message()
74 zend_accel_error(type, msg); in zend_win_error_message()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.c30 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len) { in phpdbg_webdata_compress() argument
170 *msg = ZSTR_VAL(buf.s); in phpdbg_webdata_compress()
/PHP-7.0/ext/imap/
H A Dphp_imap.h59 #define CONTENT_MSG_BODY nested.msg->body
66 #define CONTENT_MSG_BODY contents.msg.body
/PHP-7.0/ext/standard/tests/mail/
H A Dmail_variation_alt2-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
H A Dmail_variation_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
/PHP-7.0/ext/intl/
H A DERROR.CONVENTIONS25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
26 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
47 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
49 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
/PHP-7.0/sapi/apache2handler/
H A Dsapi_apache2.c317 static void php_apache_sapi_log_message(char *msg) in php_apache_sapi_log_message() argument
324 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
326 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "%s", msg); in php_apache_sapi_log_message()
330 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r) in php_apache_sapi_log_message_ex() argument
333 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); in php_apache_sapi_log_message_ex()
335 php_apache_sapi_log_message(msg); in php_apache_sapi_log_message_ex()
/PHP-7.0/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c45 const char *msg; in pdo_raise_impl_error() local
63 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_raise_impl_error()
64 if (!msg) { in pdo_raise_impl_error()
65 msg = "<<Unknown error>>"; in pdo_raise_impl_error()
69 spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp); in pdo_raise_impl_error()
71 spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg); in pdo_raise_impl_error()
104 const char *msg = "<<Unknown>>"; in pdo_handle_error() local
119 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_handle_error()
120 if (!msg) { in pdo_handle_error()
121 msg = "<<Unknown error>>"; in pdo_handle_error()
[all …]

Completed in 45 milliseconds

1234567