Home
last modified time | relevance | path

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

123456

/PHP-5.3/ext/imap/
H A Dphp_imap.h57 #define CONTENT_MSG_BODY nested.msg->body
64 #define CONTENT_MSG_BODY contents.msg.body
/PHP-5.3/sapi/apache2handler/
H A Dsapi_apache2.c316 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-5.3/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-5.3/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.3/ext/curl/
H A Dstreams.c472 CURLMsg *msg; in php_curl_stream_opener() local
490 while ((msg = curl_multi_info_read(curlstream->multi, &msgs_left))) { in php_curl_stream_opener()
491 if (msg->data.result == CURLE_OK) { in php_curl_stream_opener()
495 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", curl_easy_strerror(msg->data.result)); in php_curl_stream_opener()
497 php_error_docref(NULL TSRMLS_CC, E_WARNING, "There was an error mcode=%d", msg->data.result); in php_curl_stream_opener()
/PHP-5.3/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.3/Zend/
H A Dzend_ini_parser.y160 static void ini_error(char *msg) in ini_error() argument
169 …error_buf_len = 128 + strlen(msg) + strlen(currently_parsed_filename); /* should be more than enou… in ini_error()
172 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_query_local_infile_large.phpt13 if ($msg = check_local_infile_support($link, $engine))
14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_default.phpt17 if ($msg = check_local_infile_support($link, $engine))
18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_set_local_infile_handler_openbasedir.phpt25 if ($msg = check_local_infile_support($link, $engine))
26 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));
H A Dmysqli_set_local_infile_handler.phpt17 if ($msg = check_local_infile_support($link, $engine))
18 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-5.3/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.3/ext/sqlite/
H A Dpdo_sqlite2.c58 #define pdo_sqlite2_error(msg, s) _pdo_sqlite2_error(s, NULL, msg, __FILE__, __LINE__ TSRMLS_CC) argument
59 #define pdo_sqlite2_error_stmt(msg, s) _pdo_sqlite2_error(stmt->dbh, stmt, msg, __FILE__, __LINE__ … argument
/PHP-5.3/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.3/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_variation23.phpt20 checking for the warning msg when trying to open an existing file in "xb" mode,
H A D007_variation7.phpt20 checking for the warning msg when trying to open an existing file in "x" mode,
/PHP-5.3/ext/date/tests/
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 DDateTimeZone_construct_variation1.phpt103 $msg = $e->getMessage();
104 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation2.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
/PHP-5.3/main/streams/
H A Dstreams.c167 char *msg; in php_stream_display_wrapper_errors() local
197 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
198 msg[0] = '\0'; in php_stream_display_wrapper_errors()
202 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors()
204 strcat(msg, br); in php_stream_display_wrapper_errors()
211 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
213 msg = "operation failed"; in php_stream_display_wrapper_errors()
217 msg = "no suitable wrapper could be found"; in php_stream_display_wrapper_errors()
221 php_error_docref1(NULL TSRMLS_CC, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
224 efree(msg); in php_stream_display_wrapper_errors()
/PHP-5.3/ext/fileinfo/libmagic/
H A Dcompress.c363 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
369 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
/PHP-5.3/win32/
H A Dsendmail.c852 static int Post(LPCSTR msg) in Post() argument
854 int len = strlen(msg); in Post()
859 if ((slen = send(sc, msg + index, len, 0)) < 1) in Post()

Completed in 71 milliseconds

123456