msg               795 Zend/zend_API.c static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) {
msg               801 Zend/zend_API.c 		ZSTR_VAL(active_function->common.function_name), msg);
msg               402 Zend/zend_alloc.c stderr_last_error(char *msg)
msg               416 Zend/zend_alloc.c 		fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err);
msg               419 Zend/zend_alloc.c 		fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf);
msg              1140 Zend/zend_compile.c 		const char *msg = "Generators may only declare a return type of Generator, Iterator or Traversable, %s is not permitted";
msg              1142 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, msg,
msg              1151 Zend/zend_compile.c 			zend_error_noreturn(E_COMPILE_ERROR, msg, ZSTR_VAL(CG(active_op_array)->arg_info[-1].class_name));
msg               176 Zend/zend_ini_parser.y static ZEND_COLD void ini_error(const char *msg)
msg               184 Zend/zend_ini_parser.y 		error_buf_len = 128 + (int)strlen(msg) + (int)strlen(currently_parsed_filename); /* should be more than enough */
msg               187 Zend/zend_ini_parser.y 		sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_lineno());
msg              1531 Zend/zend_object_handlers.c 					zval *msg, ex, rv;
msg              1535 Zend/zend_object_handlers.c 					msg = zend_read_property(Z_OBJCE(ex), &ex, "message", sizeof("message") - 1, 1, &rv);
msg              1536 Zend/zend_object_handlers.c 					if (UNEXPECTED(Z_TYPE_P(msg) != IS_STRING)) {
msg              1538 Zend/zend_object_handlers.c 						msg = &rv;
msg              1542 Zend/zend_object_handlers.c 							ZSTR_VAL(ce->name), ZSTR_VAL(Z_OBJCE(ex)->name), Z_STRVAL_P(msg));
msg               224 ext/com_dotnet/com_com.c 		char *werr, *msg;
msg               227 ext/com_dotnet/com_com.c 		spprintf(&msg, 0, "Failed to create COM object `%s': %s", module_name, werr);
msg               230 ext/com_dotnet/com_com.c 		php_com_throw_exception(res, msg);
msg               231 ext/com_dotnet/com_com.c 		efree(msg);
msg               349 ext/com_dotnet/com_com.c 		char *source = NULL, *desc = NULL, *msg = NULL;
msg               363 ext/com_dotnet/com_com.c 					spprintf(&msg, 0, "<b>Source:</b> %s<br/><b>Description:</b> %s",
msg               367 ext/com_dotnet/com_com.c 					spprintf(&msg, 0, "Source: %s\nDescription: %s",
msg               385 ext/com_dotnet/com_com.c 				spprintf(&msg, 0, "Parameter %d: %s", arg_err, desc);
msg               394 ext/com_dotnet/com_com.c 					msg = NULL;
msg               401 ext/com_dotnet/com_com.c 				spprintf(&msg, 0, "Error [0x%08x] %s", hr, desc);
msg               406 ext/com_dotnet/com_com.c 		if (msg) {
msg               407 ext/com_dotnet/com_com.c 			php_com_throw_exception(hr, msg);
msg               408 ext/com_dotnet/com_com.c 			efree(msg);
msg               483 ext/com_dotnet/com_com.c 		char *msg = NULL;
msg               485 ext/com_dotnet/com_com.c 		spprintf(&msg, 0, "Unable to lookup `%s': %s", f->function_name->val, winerr);
msg               487 ext/com_dotnet/com_com.c 		php_com_throw_exception(hr, msg);
msg               488 ext/com_dotnet/com_com.c 		efree(msg);
msg               644 ext/com_dotnet/com_com.c 	char *msg = NULL;
msg               650 ext/com_dotnet/com_com.c 		spprintf(&msg, 0, "Unable to lookup `%s': %s", name, winerr);
msg               652 ext/com_dotnet/com_com.c 		php_com_throw_exception(hr, msg);
msg               653 ext/com_dotnet/com_com.c 		efree(msg);
msg               790 ext/com_dotnet/com_com.c 	MSG msg;
msg               800 ext/com_dotnet/com_com.c 		while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {
msg               801 ext/com_dotnet/com_com.c 			TranslateMessage(&msg);
msg               802 ext/com_dotnet/com_com.c 			DispatchMessage(&msg);
msg                63 ext/com_dotnet/com_olechar.c 		char *msg = php_win32_error_to_msg(GetLastError());
msg                66 ext/com_dotnet/com_olechar.c 			"Could not convert string to unicode: `%s'", msg);
msg                68 ext/com_dotnet/com_olechar.c 		LocalFree(msg);
msg                94 ext/com_dotnet/com_olechar.c 		char *msg = php_win32_error_to_msg(GetLastError());
msg                97 ext/com_dotnet/com_olechar.c 			"Could not convert string from unicode: `%s'", msg);
msg                99 ext/com_dotnet/com_olechar.c 		LocalFree(msg);
msg               487 ext/com_dotnet/com_variant.c 				char *werr, *msg;
msg               490 ext/com_dotnet/com_variant.c 				spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
msg               493 ext/com_dotnet/com_variant.c 				php_com_throw_exception(res, msg);
msg               494 ext/com_dotnet/com_variant.c 				efree(msg);
msg              1068 ext/com_dotnet/com_variant.c 		char *werr, *msg;
msg              1071 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
msg              1074 ext/com_dotnet/com_variant.c 		php_com_throw_exception(res, msg);
msg              1075 ext/com_dotnet/com_variant.c 		efree(msg);
msg              1102 ext/com_dotnet/com_variant.c 		char *werr, *msg;
msg              1105 ext/com_dotnet/com_variant.c 		spprintf(&msg, 0, "Variant type conversion failed: %s", werr);
msg              1108 ext/com_dotnet/com_variant.c 		php_com_throw_exception(res, msg);
msg              1109 ext/com_dotnet/com_variant.c 		efree(msg);
msg               302 ext/curl/multi.c 	add_assoc_long(return_value, "msg", tmp_msg->msg);
msg                42 ext/dba/dba_db3.c 	const char *errpfx, const char *msg)
msg                45 ext/dba/dba_db3.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
msg                43 ext/dba/dba_db4.c 	const char *errpfx, const char *msg)
msg                52 ext/dba/dba_db4.c 			&& (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1)
msg                53 ext/dba/dba_db4.c 				|| !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) {
msg                59 ext/dba/dba_db4.c 	php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg);
msg               399 ext/enchant/enchant.c 	char *msg;
msg               407 ext/enchant/enchant.c 	msg = enchant_broker_get_error(pbroker->pbroker);
msg               408 ext/enchant/enchant.c 	if (msg) {
msg               409 ext/enchant/enchant.c 		RETURN_STRING((char *)msg);
msg               892 ext/enchant/enchant.c 	char *msg;
msg               900 ext/enchant/enchant.c 	msg = enchant_dict_get_error(pdict->pdict);
msg               901 ext/enchant/enchant.c 	if (msg) {
msg               902 ext/enchant/enchant.c 		RETURN_STRING((char *)msg);
msg               375 ext/fileinfo/libmagic/compress.c 		file_error(ms, 0, "zlib: %s", z.msg);
msg               381 ext/fileinfo/libmagic/compress.c 		file_error(ms, 0, "zlib: %s", z.msg);
msg              2237 ext/gd/libgd/gd_interpolation.c void gdDumpRect(const char *msg, gdRectPtr r)
msg              2239 ext/gd/libgd/gd_interpolation.c 	printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height);
msg                50 ext/gd/libgd/gd_png.c static void gdPngErrorHandler (png_structp png_ptr, png_const_charp msg)
msg                64 ext/gd/libgd/gd_png.c 	php_gd_error_ex(E_WARNING, "gd-png:  fatal libpng error: %s", msg);
msg                14 ext/gd/libgd/gdtest.c void CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2);
msg               360 ext/gd/libgd/gdtest.c CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2)
msg               368 ext/gd/libgd/gdtest.c       printf ("%%%s: ERROR images differ: BAD\n", msg);
msg               372 ext/gd/libgd/gdtest.c       printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg);
msg               376 ext/gd/libgd/gdtest.c       printf ("%%%s: OK\n", msg);
msg               382 ext/gd/libgd/gdtest.c       printf ("-%s: INFO image sizes differ\n", msg);
msg               387 ext/gd/libgd/gdtest.c       printf ("-%s: INFO number of pallette entries differ %d Vs. %d\n", msg,
msg               393 ext/gd/libgd/gdtest.c       printf ("-%s: INFO actual colours of pixels differ\n", msg);
msg              3321 ext/imap/php_imap.c 	zend_long msg;
msg              3328 ext/imap/php_imap.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "rlS", &streamind, &msg, &section) == FAILURE) {
msg              3336 ext/imap/php_imap.c 	if (!msg || msg < 1 || (unsigned) msg > imap_le_struct->imap_stream->nmsgs) {
msg              3343 ext/imap/php_imap.c 	body=mail_body(imap_le_struct->imap_stream, msg, (unsigned char*)ZSTR_VAL(section));
msg                59 ext/imap/php_imap.h #define CONTENT_MSG_BODY nested.msg->body
msg                66 ext/imap/php_imap.h #define CONTENT_MSG_BODY contents.msg.body
msg               525 ext/interbase/interbase.c void _php_ibase_module_error(char *msg, ...) /* {{{ */
msg               529 ext/interbase/interbase.c 	va_start(ap, msg);
msg               532 ext/interbase/interbase.c 	vsnprintf(IBG(errmsg), MAX_ERRMSG, msg, ap);
msg                67 ext/intl/collator/collator_class.h #define COLLATOR_CHECK_STATUS( co, msg )                                        \
msg                71 ext/intl/collator/collator_class.h         intl_errors_set_custom_msg( COLLATOR_ERROR_P( co ), msg, 0 ); \
msg               114 ext/intl/idn/idn.c static int php_intl_idn_check_status(UErrorCode err, const char *msg, int mode)
msg               121 ext/intl/idn/idn.c 			msg);
msg               130 ext/intl/idn/idn.c static inline void php_intl_bad_args(const char *msg, int mode)
msg               132 ext/intl/idn/idn.c 	php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg, mode);
msg                49 ext/intl/intl_data.h #define INTL_CHECK_STATUS(err, msg)											\
msg                53 ext/intl/intl_data.h         intl_error_set_custom_msg( NULL, msg, 0 );				\
msg                58 ext/intl/intl_data.h #define INTL_METHOD_CHECK_STATUS(obj, msg)											\
msg                62 ext/intl/intl_data.h         intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 );	\
msg                67 ext/intl/intl_data.h #define INTL_METHOD_CHECK_STATUS_OR_NULL(obj, msg)									\
msg                71 ext/intl/intl_data.h         intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 );				\
msg                77 ext/intl/intl_data.h #define INTL_CTOR_CHECK_STATUS(obj, msg)											\
msg                81 ext/intl/intl_data.h         intl_errors_set_custom_msg( INTL_DATA_ERROR_P((obj)), msg, 0 );				\
msg               104 ext/intl/intl_error.c void intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
msg               106 ext/intl/intl_error.c 	if( !msg )
msg               111 ext/intl/intl_error.c 			php_error_docref( NULL, INTL_G( error_level ), "%s", msg );
msg               113 ext/intl/intl_error.c 			zend_throw_exception_ex( IntlException_ce_ptr, 0, "%s", msg );
msg               125 ext/intl/intl_error.c 	err->custom_error_message = copyMsg ? estrdup( msg ) : (char *) msg;
msg               183 ext/intl/intl_error.c void intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg )
msg               186 ext/intl/intl_error.c 	intl_error_set_custom_msg( err, msg, copyMsg );
msg               193 ext/intl/intl_error.c void intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg )
msg               196 ext/intl/intl_error.c 	intl_errors_set_custom_msg( err, msg, copyMsg );
msg               213 ext/intl/intl_error.c void intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg )
msg               216 ext/intl/intl_error.c 		intl_error_set_custom_msg( err, msg, copyMsg );
msg               218 ext/intl/intl_error.c 	intl_error_set_custom_msg( NULL, msg, copyMsg );
msg                38 ext/intl/intl_error.h void        intl_error_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
msg                39 ext/intl/intl_error.h void        intl_error_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
msg                45 ext/intl/intl_error.h void        intl_errors_set_custom_msg( intl_error* err, const char* msg, int copyMsg );
msg                47 ext/intl/intl_error.h void        intl_errors_set( intl_error* err, UErrorCode code, const char* msg, int copyMsg );
msg               390 ext/intl/locale/locale_methods.c 	char*       msg        		= NULL;
msg               398 ext/intl/locale/locale_methods.c 		spprintf(&msg , 0, "locale_get_%s : unable to parse input params", tag_name );
msg               399 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
msg               400 ext/intl/locale/locale_methods.c 		efree(msg);
msg               428 ext/intl/locale/locale_methods.c 		spprintf(&msg , 0, "locale_get_%s : unable to get locale %s", tag_name , tag_name );
msg               429 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, status, msg , 1 );
msg               430 ext/intl/locale/locale_methods.c 		efree(msg);
msg               496 ext/intl/locale/locale_methods.c   	char*       msg             	= NULL;
msg               505 ext/intl/locale/locale_methods.c 		spprintf(&msg , 0, "locale_get_display_%s : unable to parse input params", tag_name );
msg               506 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
msg               507 ext/intl/locale/locale_methods.c 		efree(msg);
msg               513 ext/intl/locale/locale_methods.c 		spprintf(&msg , 0, "locale_get_display_%s : name too long", tag_name );
msg               514 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR,  msg , 1 );
msg               515 ext/intl/locale/locale_methods.c 		efree(msg);
msg               572 ext/intl/locale/locale_methods.c 			spprintf(&msg, 0, "locale_get_display_%s : unable to get locale %s", tag_name , tag_name );
msg               573 ext/intl/locale/locale_methods.c 			intl_error_set( NULL, status, msg , 1 );
msg               574 ext/intl/locale/locale_methods.c 			efree(msg);
msg               601 ext/intl/locale/locale_methods.c 		spprintf(&msg, 0, "locale_get_display_%s :error converting display name for %s to UTF-8", tag_name , tag_name );
msg               602 ext/intl/locale/locale_methods.c 		intl_error_set( NULL, status, msg , 1 );
msg               603 ext/intl/locale/locale_methods.c 		efree(msg);
msg                74 ext/intl/spoofchecker/spoofchecker_class.h #define SPOOFCHECKER_CHECK_STATUS(co, msg)                                        \
msg                77 ext/intl/spoofchecker/spoofchecker_class.h         intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
msg               184 ext/intl/transliterator/transliterator_methods.c 		char *msg = NULL;
msg               187 ext/intl/transliterator/transliterator_methods.c 		spprintf( &msg, 0, "transliterator_create_from_rules: unable to "
msg               190 ext/intl/transliterator/transliterator_methods.c 		if( msg != NULL )
msg               192 ext/intl/transliterator/transliterator_methods.c 			intl_errors_set_custom_msg( INTL_DATA_ERROR_P( to ), msg, 1 );
msg               193 ext/intl/transliterator/transliterator_methods.c 			efree( msg );
msg               388 ext/intl/transliterator/transliterator_methods.c 		char *msg;
msg               389 ext/intl/transliterator/transliterator_methods.c 		spprintf( &msg, 0,
msg               393 ext/intl/transliterator/transliterator_methods.c 		if(msg != NULL )
msg               396 ext/intl/transliterator/transliterator_methods.c 				msg, 1 );
msg               397 ext/intl/transliterator/transliterator_methods.c 			efree( msg );
msg                74 ext/json/json_parser.y void php_json_yyerror(php_json_parser *parser, char const *msg);
msg               299 ext/json/json_parser.y void php_json_yyerror(php_json_parser *parser, char const *msg)
msg               480 ext/libxml/libxml.c static void _php_list_set_error_structure(xmlErrorPtr error, const char *msg)
msg               499 ext/libxml/libxml.c 		error_copy.message = (char*)xmlStrdup((xmlChar*)msg);
msg               512 ext/libxml/libxml.c static void php_libxml_ctx_error_level(int level, void *ctx, const char *msg)
msg               520 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in %s, line: %d", msg, parser->input->filename, parser->input->line);
msg               522 ext/libxml/libxml.c 			php_error_docref(NULL, level, "%s in Entity, line: %d", msg, parser->input->line);
msg               527 ext/libxml/libxml.c void php_libxml_issue_error(int level, const char *msg)
msg               530 ext/libxml/libxml.c 		_php_list_set_error_structure(NULL, msg);
msg               532 ext/libxml/libxml.c 		php_error_docref(NULL, level, "%s", msg);
msg               536 ext/libxml/libxml.c static void php_libxml_internal_error_handler(int error_type, void *ctx, const char **msg, va_list ap)
msg               542 ext/libxml/libxml.c 	len = vspprintf(&buf, 0, *msg, ap);
msg               715 ext/libxml/libxml.c PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...)
msg               718 ext/libxml/libxml.c 	va_start(args, msg);
msg               719 ext/libxml/libxml.c 	php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args);
msg               723 ext/libxml/libxml.c PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...)
msg               726 ext/libxml/libxml.c 	va_start(args, msg);
msg               727 ext/libxml/libxml.c 	php_libxml_internal_error_handler(PHP_LIBXML_CTX_WARNING, ctx, &msg, args);
msg               738 ext/libxml/libxml.c PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...)
msg               741 ext/libxml/libxml.c 	va_start(args, msg);
msg               742 ext/libxml/libxml.c 	php_libxml_internal_error_handler(PHP_LIBXML_ERROR, ctx, &msg, args);
msg               106 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
msg               107 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
msg               108 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
msg               111 ext/libxml/php_libxml.h PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
msg               206 ext/mysqlnd/mysqlnd.h #define mysqlnd_stat(conn, msg)				((conn)->data)->m->get_server_statistics(((conn)->data), (msg))
msg                94 ext/mysqlnd/mysqlnd_debug.h #define DBG_INF_EX(dbg_obj, msg)		do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log((dbg_obj), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0)
msg                95 ext/mysqlnd/mysqlnd_debug.h #define DBG_ERR_EX(dbg_obj, msg)		do { if (dbg_skip_trace == FALSE && (dbg_obj)) (dbg_obj)->m->log((dbg_obj), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0)
msg               162 ext/mysqlnd/mysqlnd_debug.h static inline void DBG_INF_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
msg               163 ext/mysqlnd/mysqlnd_debug.h static inline void DBG_ERR_EX(MYSQLND_DEBUG * dbg_obj, const char * const msg) {}
msg               176 ext/mysqlnd/mysqlnd_debug.h #define DBG_INF(msg)		DBG_INF_EX(MYSQLND_G(dbg), (msg))
msg               177 ext/mysqlnd/mysqlnd_debug.h #define DBG_ERR(msg)		DBG_ERR_EX(MYSQLND_G(dbg), (msg))
msg               188 ext/mysqlnd/mysqlnd_debug.h #define TRACE_ALLOC_INF(msg)			DBG_INF_EX(MYSQLND_G(trace_alloc), (msg))
msg               189 ext/mysqlnd/mysqlnd_debug.h #define TRACE_ALLOC_ERR(msg)			DBG_ERR_EX(MYSQLND_G(trace_alloc), (msg))
msg               201 ext/mysqlnd/mysqlnd_debug.h static inline void DBG_INF(const char * const msg) {}
msg               202 ext/mysqlnd/mysqlnd_debug.h static inline void DBG_ERR(const char * const msg) {}
msg               212 ext/mysqlnd/mysqlnd_debug.h static inline void TRACE_ALLOC_INF(const char * const msg) {}
msg               213 ext/mysqlnd/mysqlnd_debug.h static inline void TRACE_ALLOC_ERR(const char * const msg) {}
msg               712 ext/mysqlnd/mysqlnd_ps.c 			char * msg;
msg               713 ext/mysqlnd/mysqlnd_ps.c 			mnd_sprintf(&msg, 0, "No data supplied for %u parameter%s in prepared statement",
msg               715 ext/mysqlnd/mysqlnd_ps.c 			SET_STMT_ERROR(stmt, CR_PARAMS_NOT_BOUND, UNKNOWN_SQLSTATE, msg);
msg               716 ext/mysqlnd/mysqlnd_ps.c 			if (msg) {
msg               717 ext/mysqlnd/mysqlnd_ps.c 				mnd_sprintf_free(msg);
msg               517 ext/mysqlnd/mysqlnd_wireprotocol.c 			const char * const msg = "Authentication data too long. "
msg               519 ext/mysqlnd/mysqlnd_wireprotocol.c 			SET_CLIENT_ERROR(*conn->error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg);
msg               520 ext/mysqlnd/mysqlnd_wireprotocol.c 			php_error_docref(NULL, E_WARNING, "%s", msg);
msg                40 ext/opcache/shared_alloc_win32.c static void zend_win_error_message(int type, char *msg, int err)
msg                59 ext/opcache/shared_alloc_win32.c 	ev_msgs[0] = msg;
msg                74 ext/opcache/shared_alloc_win32.c 	zend_accel_error(type, msg);
msg                45 ext/pdo/pdo_dbh.c 	const char *msg;
msg                63 ext/pdo/pdo_dbh.c 	msg = pdo_sqlstate_state_to_description(*pdo_err);
msg                64 ext/pdo/pdo_dbh.c 	if (!msg) {
msg                65 ext/pdo/pdo_dbh.c 		msg = "<<Unknown error>>";
msg                69 ext/pdo/pdo_dbh.c 		spprintf(&message, 0, "SQLSTATE[%s]: %s: %s", *pdo_err, msg, supp);
msg                71 ext/pdo/pdo_dbh.c 		spprintf(&message, 0, "SQLSTATE[%s]: %s", *pdo_err, msg);
msg               104 ext/pdo/pdo_dbh.c 	const char *msg = "<<Unknown>>";
msg               119 ext/pdo/pdo_dbh.c 	msg = pdo_sqlstate_state_to_description(*pdo_err);
msg               120 ext/pdo/pdo_dbh.c 	if (!msg) {
msg               121 ext/pdo/pdo_dbh.c 		msg = "<<Unknown error>>";
msg               144 ext/pdo/pdo_dbh.c 		message = strpprintf(0, "SQLSTATE[%s]: %s: %ld %s", *pdo_err, msg, native_code, supp);
msg               146 ext/pdo/pdo_dbh.c 		message = strpprintf(0, "SQLSTATE[%s]: %s", *pdo_err, msg);
msg                44 ext/pdo_dblib/dblib_driver.c 	char *msg;
msg                52 ext/pdo_dblib/dblib_driver.c 		msg = einfo->lastmsg;
msg                54 ext/pdo_dblib/dblib_driver.c 		msg = DBLIB_G(err).lastmsg;
msg                57 ext/pdo_dblib/dblib_driver.c 		msg = einfo->dberrstr;
msg                61 ext/pdo_dblib/dblib_driver.c 		msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : "");
msg                42 ext/pdo_mysql/php_pdo_mysql_int.h #define PDO_DBG_INF(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "info : ", (msg)); } while (0)
msg                43 ext/pdo_mysql/php_pdo_mysql_int.h #define PDO_DBG_ERR(msg) do { if (dbg_skip_trace == FALSE) PDO_MYSQL_G(dbg)->m->log(PDO_MYSQL_G(dbg), __LINE__, __FILE__, -1, "error: ", (msg)); } while (0)
msg                58 ext/pdo_mysql/php_pdo_mysql_int.h static inline void PDO_DBG_INF(char *msg) {}
msg                59 ext/pdo_mysql/php_pdo_mysql_int.h static inline void PDO_DBG_ERR(char *msg) {}
msg                45 ext/pdo_oci/oci_statement.c #define STMT_CALL_MSG(name, msg, params)								\
msg                48 ext/pdo_oci/oci_statement.c 		S->last_err = _oci_error(S->err, stmt->dbh, stmt, #name ": " #msg, S->last_err, FALSE, __FILE__, __LINE__); \
msg                77 ext/pdo_pgsql/pgsql_driver.c int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line) /* {{{ */
msg               100 ext/pdo_pgsql/pgsql_driver.c 	if (msg) {
msg               101 ext/pdo_pgsql/pgsql_driver.c 		einfo->errmsg = estrdup(msg);
msg                82 ext/pdo_pgsql/php_pdo_pgsql_int.h extern int _pdo_pgsql_error(pdo_dbh_t *dbh, pdo_stmt_t *stmt, int errcode, const char *sqlstate, const char *msg, const char *file, int line);
msg               484 ext/phar/phar.c #define MAPPHAR_ALLOC_FAIL(msg) \
msg               489 ext/phar/phar.c 		spprintf(error, 0, msg, fname);\
msg               493 ext/phar/phar.c #define MAPPHAR_FAIL(msg) \
msg               501 ext/phar/phar.c 	MAPPHAR_ALLOC_FAIL(msg)
msg                96 ext/reflection/php_reflection.c #define _DO_THROW(msg)                                                                                      \
msg                97 ext/reflection/php_reflection.c 	zend_throw_exception(reflection_exception_ptr, msg, 0);                                       \
msg              1501 ext/soap/soap.c 			zend_string *msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("message")-1, 0, &rv));
msg              1502 ext/soap/soap.c 			add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL);
msg              1503 ext/soap/soap.c 			zend_string_release(msg);
msg              2592 ext/soap/soap.c 				zend_string *msg;
msg              2596 ext/soap/soap.c 				msg = zval_get_string(zend_read_property(zend_ce_error, &exception_object, "message", sizeof("message")-1, 0, &rv));
msg              2599 ext/soap/soap.c 				set_soap_fault(&exception_object, NULL, "Client", ZSTR_VAL(msg), NULL, NULL, NULL);
msg              2600 ext/soap/soap.c 				zend_string_release(msg);
msg               171 ext/sockets/conversions.c 	spprintf(&err->msg, 0, "error converting %s data (path: %s): %.*s",
msg               201 ext/sockets/conversions.c 	if (err->msg != NULL) {
msg               202 ext/sockets/conversions.c 		php_error_docref0(NULL, err->level, "%s", err->msg);
msg               204 ext/sockets/conversions.c 			efree(err->msg);
msg               917 ext/sockets/conversions.c 	struct msghdr		*msg = (struct msghdr*)msghdr_c;
msg               950 ext/sockets/conversions.c     msg->msg_control = control_buf;
msg               951 ext/sockets/conversions.c     msg->msg_controllen = cur_offset; /* not control_len, which may be larger */
msg               999 ext/sockets/conversions.c 	struct msghdr	*msg = (struct msghdr *)msghdr_c;
msg              1014 ext/sockets/conversions.c 	for (cmsg = CMSG_FIRSTHDR(msg);
msg              1016 ext/sockets/conversions.c 			cmsg = CMSG_NXTHDR(msg, cmsg)) {
msg              1077 ext/sockets/conversions.c 	struct msghdr	*msg = args[0];
msg              1086 ext/sockets/conversions.c 	msg->msg_iov[i - 1].iov_base = accounted_emalloc(len, ctx);
msg              1087 ext/sockets/conversions.c 	msg->msg_iov[i - 1].iov_len = len;
msg              1088 ext/sockets/conversions.c 	memcpy(msg->msg_iov[i - 1].iov_base, Z_STRVAL_P(elem), len);
msg              1095 ext/sockets/conversions.c 	struct msghdr	*msg = (struct msghdr*)msghdr_c;
msg              1107 ext/sockets/conversions.c 	msg->msg_iov = accounted_safe_ecalloc(num_elem, sizeof *msg->msg_iov, 0, ctx);
msg              1108 ext/sockets/conversions.c 	msg->msg_iovlen = (size_t)num_elem;
msg              1110 ext/sockets/conversions.c     from_array_iterate(arr, from_zval_write_iov_array_aux, (void**)&msg, ctx);
msg                18 ext/sockets/conversions.h 	char	*msg;
msg                80 ext/sockets/php_sockets.h #define PHP_SOCKET_ERROR(socket, msg, errn) \
msg                86 ext/sockets/php_sockets.h 				php_error_docref(NULL, E_WARNING, "%s [%d]: %s", msg, _err, sockets_strerror(_err)); \
msg                42 ext/sockets/sendrecvmsg.c inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags)
msg                57 ext/sockets/sendrecvmsg.c 	msg->dwFlags = (DWORD)flags;
msg                58 ext/sockets/sendrecvmsg.c 	return WSARecvMsg((SOCKET)sockfd, msg, &recvd, NULL, NULL) == 0
msg                62 ext/sockets/sendrecvmsg.c inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags)
msg                65 ext/sockets/sendrecvmsg.c 	return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0
msg               489 ext/tidy/tidy.c static void TIDY_CALL php_tidy_panic(ctmbstr msg)
msg               491 ext/tidy/tidy.c 	php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg);
msg               119 main/network.c                 const char *msg;
msg               140 main/network.c         for (i = 0; values[i].msg != NULL; i++) {
msg               142 main/network.c                         return (char *)values[i].msg;
msg               153 main/streams/streams.c 	char *msg;
msg               183 main/streams/streams.c 			msg = emalloc(l + 1);
msg               184 main/streams/streams.c 			msg[0] = '\0';
msg               188 main/streams/streams.c 				strcat(msg, *err_buf_p);
msg               190 main/streams/streams.c 					strcat(msg, br);
msg               197 main/streams/streams.c 				msg = strerror(errno); /* TODO: not ts on linux */
msg               199 main/streams/streams.c 				msg = "operation failed";
msg               203 main/streams/streams.c 		msg = "no suitable wrapper could be found";
msg               207 main/streams/streams.c 	php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg);
msg               210 main/streams/streams.c 		efree(msg);
msg               317 sapi/apache2handler/sapi_apache2.c static void php_apache_sapi_log_message(char *msg)
msg               324 sapi/apache2handler/sapi_apache2.c 		ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg);
msg               326 sapi/apache2handler/sapi_apache2.c 		ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, ctx->r, "%s", msg);
msg               330 sapi/apache2handler/sapi_apache2.c static void php_apache_sapi_log_message_ex(char *msg, request_rec *r)
msg               333 sapi/apache2handler/sapi_apache2.c 		ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename);
msg               335 sapi/apache2handler/sapi_apache2.c 		php_apache_sapi_log_message(msg);
msg              1092 sapi/cli/php_cli.c 						zval tmp, *msg, rv;
msg              1095 sapi/cli/php_cli.c 						msg = zend_read_property(zend_ce_exception, &tmp, "message", sizeof("message")-1, 0, &rv);
msg              1096 sapi/cli/php_cli.c 						zend_printf("Exception: %s\n", Z_STRVAL_P(msg));
msg               685 sapi/cli/php_cli_server.c static void sapi_cli_server_log_message(char *msg) /* {{{ */
msg               699 sapi/cli/php_cli_server.c 	fprintf(stderr, "[%s] %s\n", buf, msg);
msg                63 sapi/fpm/fpm/fpm_trace_mach.c 		char *msg = "";
msg                66 sapi/fpm/fpm/fpm_trace_mach.c 			msg = " It seems that master process does not have enough privileges to trace processes.";
msg                68 sapi/fpm/fpm/fpm_trace_mach.c 		zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg);
msg               291 sapi/phpdbg/phpdbg.h 		char *msg;
msg               324 sapi/phpdbg/phpdbg_cmd.c PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg) {
msg               328 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s STR_PARAM(%s=%zu)\n", msg, param->str, param->len);
msg               332 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s ADDR_PARAM(" ZEND_ULONG_FMT ")\n", msg, param->addr);
msg               336 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s NUMERIC_FILE_PARAM(%s:#%lu)\n", msg, param->file.name, param->file.line);
msg               340 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s FILE_PARAM(%s:%lu)\n", msg, param->file.name, param->file.line);
msg               344 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name);
msg               348 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s NUMERIC_METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name);
msg               352 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s NUMERIC_FUNCTION_PARAM(%s::%ld)\n", msg, param->str, param->num);
msg               356 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s NUMERIC_PARAM(%ld)\n", msg, param->num);
msg               360 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s COND_PARAM(%s=%zu)\n", msg, param->str, param->len);
msg               364 sapi/phpdbg/phpdbg_cmd.c 				fprintf(stderr, "%s OP_PARAM(%s=%zu)\n", msg, param->str, param->len);
msg               155 sapi/phpdbg/phpdbg_cmd.h PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg);
msg               123 sapi/phpdbg/phpdbg_info.c #define VARIABLEINFO(attrs, msg, ...) \
msg               126 sapi/phpdbg/phpdbg_info.c 		"%-18p %-7d %-9s %.*s" msg, &data->value, \
msg               233 sapi/phpdbg/phpdbg_info.c #define VARIABLEINFO(attrs, msg, ...) \
msg               236 sapi/phpdbg/phpdbg_info.c 		"%-18p %-7d %-9s %s$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_zval_type_name(data), isref, (int) ZSTR_LEN(var), ZSTR_VAL(var), ##__VA_ARGS__)
msg               569 sapi/phpdbg/phpdbg_out.c 						s = PHPDBG_G(err_buf).msg;
msg               898 sapi/phpdbg/phpdbg_out.c static int phpdbg_encode_xml(char **buf, char *msg, int msglen, int from, char *to) {
msg               902 sapi/phpdbg/phpdbg_out.c 	for (i = 0; i++ < msglen; msg++) {
msg               903 sapi/phpdbg/phpdbg_out.c 		if (*msg == '&') {
msg               906 sapi/phpdbg/phpdbg_out.c 		} else if (*msg == '<') {
msg               909 sapi/phpdbg/phpdbg_out.c 		} else if (((int) *msg) == from) {
msg               913 sapi/phpdbg/phpdbg_out.c 			*tmp++ = *msg;
msg               952 sapi/phpdbg/phpdbg_out.c static int phpdbg_process_print(int fd, int type, const char *tag, const char *msg, int msglen, const char *xml, int xmllen) {
msg               974 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_ERROR]->code, msglen, msg);
msg               976 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "[%.*s]\n", msglen, msg);
msg               991 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "\033[%sm[%.*s]\033[0m\n", PHPDBG_G(colors)[PHPDBG_COLOR_NOTICE]->code, msglen, msg);
msg               993 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "[%.*s]\n", msglen, msg);
msg               999 sapi/phpdbg/phpdbg_out.c 			if (msg) {
msg              1000 sapi/phpdbg/phpdbg_out.c 				msgoutlen = phpdbg_asprintf(&msgout, "%.*s\n", msglen, msg);
msg              1010 sapi/phpdbg/phpdbg_out.c 			if (msg) {
msg              1011 sapi/phpdbg/phpdbg_out.c 				msgout = estrndup(msg, msglen);
msg              1013 sapi/phpdbg/phpdbg_out.c 				PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n';
msg              1022 sapi/phpdbg/phpdbg_out.c 			if (msg) {
msg              1023 sapi/phpdbg/phpdbg_out.c 				PHPDBG_G(last_was_newline) = msg[msglen - 1] == '\n';
msg              1034 sapi/phpdbg/phpdbg_out.c 					encoded = php_escape_html_entities((unsigned char *) msg, msglen, 0, ENT_NOQUOTES, PG(internal_encoding) && PG(internal_encoding)[0] ? PG(internal_encoding) : (SG(default_charset) ? SG(default_charset) : "UTF-8"));
msg              1041 sapi/phpdbg/phpdbg_out.c 					phpdbg_mixed_write(fd, msg, msglen);
msg              1050 sapi/phpdbg/phpdbg_out.c 			if (msg) {
msg              1053 sapi/phpdbg/phpdbg_out.c 					msgoutlen = phpdbg_asprintf(&msgout, "[%ld %.8F]: %.*s\n", tp.tv_sec, tp.tv_usec / 1000000., msglen, msg);
msg              1099 sapi/phpdbg/phpdbg_out.c 	char *msg = NULL, *xml = NULL;
msg              1106 sapi/phpdbg/phpdbg_out.c 		msglen = phpdbg_xml_vasprintf(&msg, strfmt, 0, argcpy);
msg              1126 sapi/phpdbg/phpdbg_out.c 		PHPDBG_G(err_buf).msg = msg;
msg              1136 sapi/phpdbg/phpdbg_out.c 	len = phpdbg_process_print(fd, type, tag, msg, msglen, xml, xmllen);
msg              1138 sapi/phpdbg/phpdbg_out.c 	if (msg) {
msg              1139 sapi/phpdbg/phpdbg_out.c 		efree(msg);
msg              1157 sapi/phpdbg/phpdbg_out.c 	efree(PHPDBG_G(err_buf).msg);
msg              1264 sapi/phpdbg/phpdbg_out.c 		char *msg;
msg              1267 sapi/phpdbg/phpdbg_out.c 		msglen = phpdbg_encode_xml(&msg, buffer, buflen, 256, NULL);
msg              1268 sapi/phpdbg/phpdbg_out.c 		phpdbg_encode_ctrl_chars(&msg, &msglen);
msg              1269 sapi/phpdbg/phpdbg_out.c 		phpdbg_eol_convert(&msg, &msglen);
msg              1277 sapi/phpdbg/phpdbg_out.c 		len = phpdbg_mixed_write(fd, msg, msglen);
msg                22 sapi/phpdbg/phpdbg_parser.y static int yyerror(const char *msg);
msg               178 sapi/phpdbg/phpdbg_parser.y static int yyerror(const char *msg) {
msg               179 sapi/phpdbg/phpdbg_parser.y 	phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
msg               635 sapi/phpdbg/phpdbg_prompt.c 	zend_string *msg, *file;
msg               648 sapi/phpdbg/phpdbg_prompt.c 		msg = ZSTR_EMPTY_ALLOC();
msg               652 sapi/phpdbg/phpdbg_prompt.c 		msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1, &rv));
msg               657 sapi/phpdbg/phpdbg_prompt.c 	phpdbg_writeln("exceptionmsg", "msg=\"%s\"", ZSTR_VAL(msg));
msg               658 sapi/phpdbg/phpdbg_prompt.c 	zend_string_release(msg);
msg              1502 sapi/phpdbg/phpdbg_prompt.c 			zend_string *file, *msg;
msg              1522 sapi/phpdbg/phpdbg_prompt.c 			msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), 1, &rv));
msg              1528 sapi/phpdbg/phpdbg_prompt.c 				ZSTR_LEN(msg) < 80 ? (int) ZSTR_LEN(msg) : 80, ZSTR_VAL(msg));
msg              1529 sapi/phpdbg/phpdbg_prompt.c 			zend_string_release(msg);
msg                69 sapi/phpdbg/phpdbg_rinit_hook.c 		char *msg = NULL;
msg                71 sapi/phpdbg/phpdbg_rinit_hook.c 		phpdbg_webdata_compress(&msg, (int *)msglen);
msg                74 sapi/phpdbg/phpdbg_rinit_hook.c 		send(s, msg, *(int *) msglen, 0);
msg               125 sapi/phpdbg/phpdbg_wait.c void phpdbg_webdata_decompress(char *msg, int len) {
msg               132 sapi/phpdbg/phpdbg_wait.c 	if (!php_var_unserialize(&zv, (const unsigned char **) &msg, (unsigned char *) msg + len, &var_hash)) {
msg                27 sapi/phpdbg/phpdbg_wait.h void phpdbg_webdata_decompress(char *msg, int len);
msg                30 sapi/phpdbg/phpdbg_webdata_transfer.c PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len) {
msg               170 sapi/phpdbg/phpdbg_webdata_transfer.c 		*msg = ZSTR_VAL(buf.s);
msg                25 sapi/phpdbg/phpdbg_webdata_transfer.h PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len);
msg               863 win32/sendmail.c static int Post(LPCSTR msg)
msg               865 win32/sendmail.c 	int len = (int)strlen(msg);
msg               870 win32/sendmail.c 		if ((slen = send(PW32G(mail_socket), msg + index, len, 0)) < 1)
msg                47 win32/sendmail.h static int Post(LPCSTR msg);