Home
last modified time | relevance | path

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

123456

/PHP-5.6/ext/imap/tests/
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetch_overview_variation5.phpt16 * Pass different sequences/msg numbers as $msg_no argument to test behaviour
H A Dimap_fetchbody_variation3.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
/PHP-5.6/ext/date/tests/
H A DDateTime_construct_variation2.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
/PHP-5.6/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.6/ext/fileinfo/libmagic/
H A Dcompress.c364 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
370 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
/PHP-5.6/win32/
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.6/sapi/phpdbg/
H A Dphpdbg_cmd.h150 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg);
H A Dphpdbg_parser.c95 static int yyerror(void ***tsrm_ls, const char *msg);
1882 static int yyerror(void ***tsrm_ls, const char *msg) { in yyerror() argument
1883 phpdbg_error("Parse Error: %s", msg); in yyerror()
/PHP-5.6/ext/standard/tests/file/
H A D007_variation15.phpt20 checking for the warning msg when trying to open an existing file in "xt" mode,
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,
H A D007_variation8.phpt20 checking for the warning msg when trying to open an existing file in "x+" mode,
H A D007_variation16.phpt20 checking for the warning msg when trying to open an existing file in "x+t" mode,
H A D007_variation24.phpt20 checking for the warning msg when trying to open an existing file in "x+b" mode,
/PHP-5.6/sapi/apache2filter/
H A Dsapi_apache2.c288 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
295 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
298 ap_log_error(APLOG_MARK, APLOG_ERR, 0, ctx->r->server, "%s", msg); in php_apache_sapi_log_message()
/PHP-5.6/win32/build/
H A Dphpize.js.in35 function ERROR(msg) argument
37 STDERR.WriteLine("ERROR: " + msg);
H A Dconfutils.js2111 function MESSAGE(msg) argument
2113 STDOUT.WriteLine("" + msg);
2116 function ERROR(msg) argument
2118 STDERR.WriteLine("ERROR: " + msg);
2122 function WARNING(msg) argument
2124 STDERR.WriteLine("WARNING: " + msg);
/PHP-5.6/ext/exif/
H A Dtest.txt44 function message($msg) {
45 error_log($msg,0);
46 echo "$msg\n";
/PHP-5.6/main/
H A Dnetwork.c119 const char *msg; in php_gai_strerror() member
140 for (i = 0; values[i].msg != NULL; i++) { in php_gai_strerror()
142 return (char *)values[i].msg; in php_gai_strerror()
/PHP-5.6/ext/gd/libgd/
H A Dgd_png.c50 static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg) in gdPngErrorHandler() argument
64 php_gd_error_ex(E_WARNING, "gd-png: fatal libpng error: %s", msg); in gdPngErrorHandler()
/PHP-5.6/ext/mysql/
H A Dmysql.mak25 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.6/ext/pgsql/
H A Dpgsql.mak22 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.6/ext/xml/
H A Dxml.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.6/ext/ldap/
H A Dldap.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d

Completed in 91 milliseconds

123456