Home
last modified time | relevance | path

Searched refs:msg (Results 176 – 200 of 202) sorted by relevance

123456789

/PHP-7.4/ext/ffi/
H A Dphp_ffi.h215 void ZEND_NORETURN zend_ffi_parser_error(const char *msg, ...);
H A Dffi_parser.c37 static void yy_error(const char *msg);
38 static void yy_error_sym(const char *msg, int sym);
3590 static void yy_error(const char *msg) { in yy_error() argument
3591 zend_ffi_parser_error("%s at line %d", msg, yy_line); in yy_error()
3594 static void yy_error_sym(const char *msg, int sym) { in yy_error_sym() argument
3595 zend_ffi_parser_error("%s '%s' at line %d", msg, sym_name[sym], yy_line); in yy_error_sym()
/PHP-7.4/main/
H A Dnetwork.c108 const char *msg; in php_gai_strerror() member
129 for (i = 0; values[i].msg != NULL; i++) { in php_gai_strerror()
131 return (char *)values[i].msg; in php_gai_strerror()
/PHP-7.4/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.c708 char * msg; in MYSQLND_METHOD() local
709 mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement", in MYSQLND_METHOD()
711 SET_CLIENT_ERROR(stmt->error_info, CR_PARAMS_NOT_BOUND, UNKNOWN_SQLSTATE, msg); in MYSQLND_METHOD()
712 if (msg) { in MYSQLND_METHOD()
713 mnd_sprintf_free(msg); in MYSQLND_METHOD()
H A Dmysqlnd_wireprotocol.c529 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
531 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
532 php_error_docref(NULL, E_WARNING, "%s", msg); in php_mysqlnd_auth_write()
/PHP-7.4/ext/pdo_pgsql/
H A Dpgsql_driver.c68 …h_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, … in _pdo_pgsql_error() argument
91 if (msg) { in _pdo_pgsql_error()
92 einfo->errmsg = estrdup(msg); in _pdo_pgsql_error()
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c323 const char* msg; member
420 if (err->msg) { in sapi_lsapi_send_headers_like_cgi()
421 … 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.4/win32/build/
H A Dconfutils.js2698 function MESSAGE(msg) argument
2700 STDOUT.WriteLine("" + msg);
2703 function ERROR(msg) argument
2705 STDERR.WriteLine("ERROR: " + msg);
2709 function WARNING(msg) argument
2711 STDERR.WriteLine("WARNING: " + msg);
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c759 static void sapi_cli_server_log_write(int type, char *msg) /* {{{ */ in sapi_cli_server_log_write() argument
779 fprintf(stderr, "[%ld] [%s] %s\n", (long) getpid(), buf, msg); in sapi_cli_server_log_write()
781 fprintf(stderr, "[%s] %s\n", buf, msg); in sapi_cli_server_log_write()
784 fprintf(stderr, "[%s] %s\n", buf, msg); in sapi_cli_server_log_write()
788 static void sapi_cli_server_log_message(char *msg, int syslog_type_int) /* {{{ */ in sapi_cli_server_log_message() argument
790 sapi_cli_server_log_write(PHP_CLI_SERVER_LOG_MESSAGE, msg); in sapi_cli_server_log_message()
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.c871 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
954 if (msg) { in zend_dump_op_array()
955 fprintf(stderr, " ; (%s)\n", msg); in zend_dump_op_array()
/PHP-7.4/ext/pdo_oci/
H A Doci_statement.c43 #define STMT_CALL_MSG(name, msg, params) \ argument
46 …S->last_err = _oci_error(S->err, stmt->dbh, stmt, #name ": " #msg, S->last_err, FALSE, __FILE__, _…
/PHP-7.4/ext/curl/
H A Dmulti.c360 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()
/PHP-7.4/ext/imap/
H A Dphp_imap.c3364 zend_long msg; in PHP_FUNCTION() local
3371 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) { in PHP_FUNCTION()
3379 if (!msg || msg < 1 || (unsigned) msg > imap_le_struct->imap_stream->nmsgs) { in PHP_FUNCTION()
3385 body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section)); in PHP_FUNCTION()
3777 bod->nested.msg = mail_newmsg(); in PHP_FUNCTION()
3899 bod->nested.msg = mail_newmsg(); in PHP_FUNCTION()
/PHP-7.4/ext/soap/
H A Dsoap.c1470 …zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message",… in _soap_server_exception() local
1471 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1472 zend_string_release_ex(msg, 0); in _soap_server_exception()
2552 zend_string *msg; local
2556msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("mess…
2559 set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
2560 zend_string_release_ex(msg, 0);
/PHP-7.4/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.4/ext/phar/
H A Dphar.c480 #define MAPPHAR_ALLOC_FAIL(msg) \ argument
485 spprintf(error, 0, msg, fname);\
489 #define MAPPHAR_FAIL(msg) \ argument
497 MAPPHAR_ALLOC_FAIL(msg)
/PHP-7.4/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.4/ext/tidy/
H A Dtidy.c536 static void TIDY_CALL php_tidy_panic(ctmbstr msg) in php_tidy_panic() argument
538 php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); in php_tidy_panic()
/PHP-7.4/Zend/
H A Dzend_alloc.c398 stderr_last_error(char *msg) in stderr_last_error() argument
404 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
407 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
H A Dzend_API.c903 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error() argument
909 ZSTR_VAL(active_function->common.function_name), msg); in zend_parse_parameters_debug_error()
H A Dzend_compile.c1127 …const char *msg = "Generators may only declare a return type of Generator, Iterator, Traversable, … in zend_mark_function_as_generator() local
1130 …zend_error_noreturn(E_COMPILE_ERROR, msg, zend_get_type_by_const(ZEND_TYPE_CODE(return_info.type))… in zend_mark_function_as_generator()
1136 zend_error_noreturn(E_COMPILE_ERROR, msg, ZSTR_VAL(ZEND_TYPE_NAME(return_info.type))); in zend_mark_function_as_generator()
/PHP-7.4/ext/ftp/tests/
H A Dserver.inc111 fputs($s, "666 bogus msg\r\n");
/PHP-7.4/ext/gd/libgd/
H A Dgd_interpolation.c2207 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect() argument
2209 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c89 #define _DO_THROW(msg) \ argument
90 zend_throw_exception(reflection_exception_ptr, msg, 0);

Completed in 182 milliseconds

123456789