Home
last modified time | relevance | path

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

12345678910

/PHP-8.3/ext/fileinfo/libmagic/
H A Dcompress.c615 strlcpy(RCAST(char *, *newch), z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
708 char *msg; in makeerror() local
713 rv = vasprintf(&msg, fmt, ap); in makeerror()
720 *buf = RCAST(unsigned char *, msg); in makeerror()
721 *len = strlen(msg); in makeerror()
/PHP-8.3/ext/mysqli/tests/
H A Dbug49442.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/PHP-8.3/ext/phar/phar/
H A Dclicommand.inc90 static function notice ($msg)
92 fprintf(STDERR, $msg);
95 static function error ($msg, $exit_code = 1)
97 self::notice($msg);
/PHP-8.3/ext/mysqlnd/
H A Dmysqlnd_auth.c84 char * msg; in mysqlnd_run_authentication() local
85 …mnd_sprintf(&msg, 0, "The server requested authentication method unknown to the client [%s]", requ… in mysqlnd_run_authentication()
86 SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, msg); in mysqlnd_run_authentication()
87 mnd_sprintf_free(msg); in mysqlnd_run_authentication()
1285 char * msg; in mysqlnd_caching_sha2_handle_server_response() local
1286 …mnd_sprintf(&msg, 0, "Unexpected server response while doing caching_sha2 auth: %i", result_packet… in mysqlnd_caching_sha2_handle_server_response()
1287 SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, msg); in mysqlnd_caching_sha2_handle_server_response()
1288 mnd_sprintf_free(msg); in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_commands.c605 char * msg; in MYSQLND_METHOD() local
606 …mnd_sprintf(&msg, 0, "Connecting to 3.22, 3.23 & 4.0 is not supported. Server is %-.32s", greet_pa… in MYSQLND_METHOD()
607 DBG_ERR(msg); in MYSQLND_METHOD()
608 SET_CLIENT_ERROR(conn->error_info, CR_NOT_IMPLEMENTED, UNKNOWN_SQLSTATE, msg); in MYSQLND_METHOD()
609 mnd_sprintf_free(msg); in MYSQLND_METHOD()
/PHP-8.3/ext/standard/tests/file/
H A Dunlink_variation8.phpt81 $msg = "soft link";
85 $msg = "hard link";
87 echo "-- unlinking $msg $tounlink --\n";
H A D007_variation8.phpt9 checking for the warning msg when trying to open an existing file in "x+" mode,
H A D007_variation15.phpt18 checking for the warning msg when trying to open an existing file in "xt" mode,
H A D007_variation16.phpt9 checking for the warning msg when trying to open an existing file in "x+t" mode,
H A D007_variation7.phpt9 checking for the warning msg when trying to open an existing file in "x" mode,
H A D007_variation23.phpt9 checking for the warning msg when trying to open an existing file in "xb" mode,
H A D007_variation24.phpt9 checking for the warning msg when trying to open an existing file in "x+b" mode,
/PHP-8.3/Zend/tests/
H A Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
/PHP-8.3/sapi/fpm/tests/
H A Dlogreader.inc209 * @param string $msg Message to print.
211 private function trace(string $msg): void
214 print "LogReader - $msg";
/PHP-8.3/ext/json/
H A Djson_parser.y70 static void php_json_yyerror(php_json_parser *parser, char const *msg);
299 static void php_json_yyerror(php_json_parser *parser, char const *msg) in php_json_yyerror() argument
/PHP-8.3/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()
75 static void gdPngWarningHandler (png_structp png_ptr, png_const_charp msg) in gdPngWarningHandler() argument
77 gd_error_ex(GD_WARNING, "gd-png: libpng warning: %s", msg); in gdPngWarningHandler()
H A Dgd_avif.c143 static avifBool isAvifError(avifResult result, const char *msg) { in isAvifError() argument
145 gd_error("avif error - %s: %s\n", msg, avifResultToString(result)); in isAvifError()
/PHP-8.3/ext/ffi/
H A Dffi.g65 static void yy_error(const char *msg);
66 static void yy_error_sym(const char *msg, int sym);
914 static void yy_error(const char *msg) {
915 zend_ffi_parser_error("%s at line %d", msg, yy_line);
918 static void yy_error_sym(const char *msg, int sym) {
919 zend_ffi_parser_error("%s '%s' at line %d", msg, sym_name[sym], yy_line);
/PHP-8.3/ext/standard/tests/mail/
H A Dbug72964.phpt31 // sleep for a while to allow msg to be delivered
H A Dbug80706.phpt31 // sleep for a while to allow msg to be delivered
H A Dbug80751.phpt31 // sleep for a while to allow msg to be delivered
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_cmd.h151 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg);
H A Dphpdbg.h288 char *msg; member
/PHP-8.3/main/streams/
H A Dstreams.c156 char *msg; in php_stream_display_wrapper_errors() local
192 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
193 msg[0] = '\0'; in php_stream_display_wrapper_errors()
197 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors()
199 strcat(msg, br); in php_stream_display_wrapper_errors()
206 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
208 msg = "operation failed"; in php_stream_display_wrapper_errors()
212 msg = "no suitable wrapper could be found"; in php_stream_display_wrapper_errors()
216 php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
219 efree(msg); in php_stream_display_wrapper_errors()
/PHP-8.3/ext/imap/tests/
H A Dimap_fetch_overview_variation5.phpt12 * Pass different sequences/msg numbers as $msg_no argument to test behaviour

Completed in 58 milliseconds

12345678910