Home
last modified time | relevance | path

Searched refs:msg (Results 151 – 175 of 182) sorted by relevance

12345678

/PHP-7.2/ext/ldap/
H A Dldap.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-7.2/ext/xml/
H A Dxml.mak17 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d
/PHP-7.2/ext/imap/tests/
H A Dimap_fetch_overview_variation2.phpt23 $stream_id = setup_test_mailbox('', 1, $mailbox, 'notSimple'); // set up temp mailbox with 1 msg
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd.h210 #define mysqlnd_stat(conn, msg) ((conn)->data)->m->get_server_statistics(((conn)->data), (msg)) argument
H A Dmysqlnd_ps.c718 char * msg; in MYSQLND_METHOD() local
719 mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement", in MYSQLND_METHOD()
721 SET_CLIENT_ERROR(stmt->error_info, CR_PARAMS_NOT_BOUND, UNKNOWN_SQLSTATE, msg); in MYSQLND_METHOD()
722 if (msg) { in MYSQLND_METHOD()
723 mnd_sprintf_free(msg); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c536 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
538 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
539 php_error_docref(NULL, E_WARNING, "%s", msg); in php_mysqlnd_auth_write()
/PHP-7.2/ext/gd/libgd/
H A Dgd_png.c51 static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg) in gdPngErrorHandler() argument
65 gd_error_ex(GD_WARNING, "gd-png: fatal libpng error: %s", msg); in gdPngErrorHandler()
/PHP-7.2/Zend/
H A Dzend_object_handlers.c1648 zval *msg, ex, rv; in zend_std_cast_object_tostring() local
1652 msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv); in zend_std_cast_object_tostring()
1653 if (UNEXPECTED(Z_TYPE_P(msg) != IS_STRING)) { in zend_std_cast_object_tostring()
1655 msg = &rv; in zend_std_cast_object_tostring()
1659 ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg)); in zend_std_cast_object_tostring()
H A Dzend_alloc.c395 stderr_last_error(char *msg) in stderr_last_error() argument
409 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
412 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
/PHP-7.2/ext/pdo_pgsql/
H A Dpgsql_driver.c77 …h_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, … in _pdo_pgsql_error() argument
100 if (msg) { in _pdo_pgsql_error()
101 einfo->errmsg = estrdup(msg); in _pdo_pgsql_error()
/PHP-7.2/win32/build/
H A Dconfutils.js2614 function MESSAGE(msg) argument
2616 STDOUT.WriteLine("" + msg);
2619 function ERROR(msg) argument
2621 STDERR.WriteLine("ERROR: " + msg);
2625 function WARNING(msg) argument
2627 STDERR.WriteLine("WARNING: " + msg);
/PHP-7.2/sapi/litespeed/
H A Dlsapi_main.c341 const char* msg; member
438 if (err->msg) { in sapi_lsapi_send_headers_like_cgi()
439 … len = slprintf(buf, sizeof(buf), "Status: %d %s", SG(sapi_headers).http_response_code, err->msg); in sapi_lsapi_send_headers_like_cgi()
/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_dump.c822 void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const … in zend_dump_op_array() argument
899 if (msg) { in zend_dump_op_array()
900 fprintf(stderr, " ; (%s)\n", msg); in zend_dump_op_array()
/PHP-7.2/ext/interbase/
H A Dinterbase.c525 void _php_ibase_module_error(char *msg, ...) /* {{{ */ in _php_ibase_module_error() argument
529 va_start(ap, msg); in _php_ibase_module_error()
532 vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap); in _php_ibase_module_error()
/PHP-7.2/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-7.2/ext/json/
H A Djson_parser.tab.c213 static void php_json_yyerror(php_json_parser *parser, char const *msg);
1910 static void php_json_yyerror(php_json_parser *parser, char const *msg) in php_json_yyerror() argument
/PHP-7.2/ext/curl/
H A Dmulti.c364 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()
/PHP-7.2/
H A Dserver-tests.php586 function writemsg($msg) { argument
588 echo $msg;
/PHP-7.2/ext/soap/
H A Dsoap.c1493 …zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message",… in _soap_server_exception() local
1494 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1495 zend_string_release(msg); in _soap_server_exception()
2554 zend_string *msg; local
2558msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("mess…
2561 set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
2562 zend_string_release(msg);
/PHP-7.2/ext/imap/
H A Dphp_imap.c3337 zend_long msg; in PHP_FUNCTION() local
3344 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) { in PHP_FUNCTION()
3352 if (!msg || msg < 1 || (unsigned) msg > imap_le_struct->imap_stream->nmsgs) { in PHP_FUNCTION()
3359 body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section)); in PHP_FUNCTION()
/PHP-7.2/ext/phar/phar/
H A Dpharcommand.inc255 …$msg = "PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension b…
257 self::notice($msg);
259 self::error($msg);
/PHP-7.2/ext/phar/
H A Dphar.c486 #define MAPPHAR_ALLOC_FAIL(msg) \ argument
491 spprintf(error, 0, msg, fname);\
495 #define MAPPHAR_FAIL(msg) \ argument
503 MAPPHAR_ALLOC_FAIL(msg)
/PHP-7.2/sapi/phpdbg/
H A Dxml.md102 - msg: the error message
602 - unknown: general error with internal DL_LOAD() (for message see msg attribute)
/PHP-7.2/ext/tidy/
H A Dtidy.c494 static void TIDY_CALL php_tidy_panic(ctmbstr msg) in php_tidy_panic() argument
496 php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); in php_tidy_panic()
/PHP-7.2/ext/ftp/tests/
H A Dserver.inc117 fputs($s, "666 bogus msg\r\n");

Completed in 163 milliseconds

12345678