Home
last modified time | relevance | path

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

123456

/PHP-5.5/win32/
H A Dsendmail.h47 static int Post(LPCSTR msg);
H A Dsendmail.c853 static int Post(LPCSTR msg) in Post() argument
855 int len = strlen(msg); in Post()
860 if ((slen = send(sc, msg + index, len, 0)) < 1) in Post()
/PHP-5.5/ext/mysqli/tests/
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 Dbug49442.phpt14 if ($msg = check_local_infile_support($link, $engine))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.5/ext/standard/tests/mail/
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_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_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
/PHP-5.5/ext/imap/
H A Dphp_imap.h57 #define CONTENT_MSG_BODY nested.msg->body
64 #define CONTENT_MSG_BODY contents.msg.body
/PHP-5.5/ext/intl/
H A DERROR.CONVENTIONS25 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
26 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
47 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg TSRMLS_DC);
49 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC);
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c316 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
323 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
325 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "%s", msg); in php_apache_sapi_log_message()
329 static void php_apache_sapi_log_message_ex(char *msg, request_rec *r TSRMLS_DC) in php_apache_sapi_log_message_ex() argument
332 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); in php_apache_sapi_log_message_ex()
334 php_apache_sapi_log_message(msg TSRMLS_CC); in php_apache_sapi_log_message_ex()
/PHP-5.5/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-5.5/ext/dba/
H A Ddba_db3.c38 static void php_dba_db3_errcall_fcn(const char *errpfx, char *msg) in php_dba_db3_errcall_fcn() argument
42 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
/PHP-5.5/Zend/
H A Dzend_ini_parser.y167 static void ini_error(char *msg) in ini_error() argument
176 …error_buf_len = 128 + strlen(msg) + strlen(currently_parsed_filename); /* should be more than enou… in ini_error()
179 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
/PHP-5.5/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()
107 const char *msg = "<<Unknown>>"; in pdo_handle_error() local
122 msg = pdo_sqlstate_state_to_description(*pdo_err); in pdo_handle_error()
123 if (!msg) { in pdo_handle_error()
124 msg = "<<Unknown error>>"; in pdo_handle_error()
[all …]
/PHP-5.5/ext/sockets/
H A Dconversions.h18 char *msg; member
/PHP-5.5/ext/imap/tests/
H A Dimap_body_basic.phpt27 // show body for msg 1
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
/PHP-5.5/ext/phar/phar/
H A Dclicommand.inc90 static function notice ($msg)
92 fprintf(STDERR, $msg);
95 static function error ($msg, $exit_code = 1)
97 self::notice($msg);
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation8.phpt87 $msg = "soft link";
91 $msg = "hard link";
93 echo "-- unlinking $msg $tounlink --\n";
H A D007_variation15.phpt20 checking for the warning msg when trying to open an existing file in "xt" mode,
/PHP-5.5/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt101 $msg = $e->getMessage();
102 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation1.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
113 $msg = $e->getMessage();
114 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation2.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
/PHP-5.5/main/streams/
H A Dstreams.c176 char *msg; in php_stream_display_wrapper_errors() local
206 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
207 msg[0] = '\0'; in php_stream_display_wrapper_errors()
211 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors()
213 strcat(msg, br); in php_stream_display_wrapper_errors()
220 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
222 msg = "operation failed"; in php_stream_display_wrapper_errors()
226 msg = "no suitable wrapper could be found"; in php_stream_display_wrapper_errors()
230 php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
233 efree(msg); in php_stream_display_wrapper_errors()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c365 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
371 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()

Completed in 38 milliseconds

123456