Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/standard/tests/file/
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,
H A Dtempnam_variation4.phpt45 $msg = " created in temp dir ";
48 $msg = " created in requested dir";
51 $msg = " created in unexpected dir";
54 echo $msg."\n";
/PHP-5.5/ext/imap/tests/
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
H A Dimap_fetch_overview_variation2.phpt23 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
H A Dimap_fetchbody_variation2.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
/PHP-5.5/sapi/apache2filter/
H A Dsapi_apache2.c285 static void php_apache_sapi_log_message(char *msg TSRMLS_DC) in php_apache_sapi_log_message()
292 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
295 ap_log_error(APLOG_MARK, APLOG_ERR, 0, ctx->r->server, "%s", msg); in php_apache_sapi_log_message()
/PHP-5.5/win32/build/
H A Dphpize.js.in35 function ERROR(msg) argument
37 STDERR.WriteLine("ERROR: " + msg);
H A Dconfutils.js2081 function MESSAGE(msg) argument
2083 STDOUT.WriteLine("" + msg);
2086 function ERROR(msg) argument
2088 STDERR.WriteLine("ERROR: " + msg);
2092 function WARNING(msg) argument
2094 STDERR.WriteLine("WARNING: " + msg);
/PHP-5.5/ext/exif/
H A Dtest.txt44 function message($msg) {
45 error_log($msg,0);
46 echo "$msg\n";
/PHP-5.5/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.5/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.5/ext/mysql/
H A Dmysql.mak25 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.5/ext/pgsql/
H A Dpgsql.mak22 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.5/ext/ldap/
H A Dldap.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.5/ext/xml/
H A Dxml.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.5/ext/openssl/
H A Dopenssl.mak25 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-5.5/ext/curl/
H A Dmulti.c285 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.h211 #define mysqlnd_stat(conn, msg, msg_len) ((conn)->data)->m->get_server_statistics(((conn)->data), ( argument
/PHP-5.5/ext/pdo_oci/
H A Doci_statement.c45 #define STMT_CALL_MSG(name, msg, params) \ argument
48 …S->last_err = _oci_error(S->err, stmt->dbh, stmt, #name ": " #msg, S->last_err, FALSE, __FILE__, _…
/PHP-5.5/ext/interbase/
H A Dinterbase.c522 void _php_ibase_module_error(char *msg TSRMLS_DC, ...) /* {{{ */ in _php_ibase_module_error()
529 va_start(ap, msg); in _php_ibase_module_error()
533 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()

Completed in 67 milliseconds

123456