Home
last modified time | relevance | path

Searched refs:msg (Results 201 – 217 of 217) sorted by relevance

123456789

/php-src/ext/mysqlnd/
H A Dmysqlnd_connection.c731 char * msg; local
732 …mnd_sprintf(&msg, 0, "Unknown error while trying to connect via %s", transport.s ? transport.s : c…
733 SET_CLIENT_ERROR(conn->error_info, CR_CONNECTION_ERROR, UNKNOWN_SQLSTATE, msg);
734 mnd_sprintf_free(msg);
H A Dmysqlnd_wireprotocol.c527 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
529 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
530 php_error_docref(NULL, E_WARNING, "%s", msg); in php_mysqlnd_auth_write()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c724 const char*msg;
727 msg=luaO_pushvfstring(L,fmt,argp);
729 return msg;
2569 static void addinfo(lua_State*L,const char*msg){
2575 luaO_pushfstring(L,"%s:%d: %s",buff,line,msg);
2714 msg=luaO_pushfstring(ls->L,"%s:%d: %s",buff,ls->linenumber,msg);
2720 luaX_lexerror(ls,msg,ls->t.token);
3679 const char*msg=(fs->f->linedefined==0)?
3683 luaX_lexerror(fs->ls,msg,0);
3700 #define check_condition(ls,c,msg){if(!(c))luaX_syntaxerror(ls,msg);}
[all …]
/php-src/ext/ffi/
H A Dffi_parser.c35 static void yy_error(const char *msg);
36 static void yy_error_sym(const char *msg, int sym);
3588 static void yy_error(const char *msg) { in yy_error() argument
3589 zend_ffi_parser_error("%s at line %d", msg, yy_line); in yy_error()
3592 static void yy_error_sym(const char *msg, int sym) { in yy_error_sym() argument
3593 zend_ffi_parser_error("%s '%s' at line %d", msg, sym_name[sym], yy_line); in yy_error_sym()
/php-src/ext/tidy/
H A Dtidy.c209 static void TIDY_CALL php_tidy_panic(ctmbstr msg) in php_tidy_panic() argument
211 php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); in php_tidy_panic()
/php-src/ext/phar/phar/
H A Dpharcommand.inc257 …$msg = "PEAR package PHP_Archive not installed: generated phar will require PHP's phar extension b…
259 self::notice($msg);
261 self::error($msg);
/php-src/ext/phar/
H A Dphar.c439 #define MAPPHAR_ALLOC_FAIL(msg) \ argument
444 spprintf(error, 0, msg, fname);\
448 #define MAPPHAR_FAIL(msg) \ argument
456 MAPPHAR_ALLOC_FAIL(msg)
/php-src/Zend/
H A Dzend_alloc.c395 static void stderr_last_error(char *msg) in stderr_last_error() argument
401 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
404 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
H A Dzend_API.c1128 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error() argument
1134 ZSTR_VAL(active_function->common.function_name), msg); in zend_parse_parameters_debug_error()
/php-src/ext/ftp/tests/
H A Dserver.inc77 fputs($s, "666 bogus msg\r\n");
/php-src/ext/gd/libgd/
H A Dgd_interpolation.c2196 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect() argument
2198 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
/php-src/ext/soap/
H A Dsoap.c1125 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_ce_error, Z_OBJ(exception_object), Z… in _soap_server_exception() local
1126 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1127 zend_string_release_ex(msg, 0); in _soap_server_exception()
/php-src/ext/opcache/jit/ir/
H A Dir.c867 #define IR_FOLD_ERROR(msg) do { \ argument
868 IR_ASSERT(0 && (msg)); \
/php-src/ext/reflection/
H A Dphp_reflection.c103 #define _DO_THROW(msg) \ argument
104 zend_throw_exception(reflection_exception_ptr, msg, 0);
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます28172 !:ext msg
28180 !:ext msg
28219 !:ext msg
28220 #!:ext msg/dat
30366 !:mime application/x-ms-msg
30367 !:ext msg
30852 !:ext msg
30927 0 name os2-msg-info
30951 # filename[260]; name of file like: dbaseos2.msg dde4c01e.msg os2ldr.mgr xdfh.msg ...
39889 # unins000.msg, unins001.msg, ...
[all …]
H A Dmagic28172 !:ext msg
28180 !:ext msg
28219 !:ext msg
28220 #!:ext msg/dat
30366 !:mime application/x-ms-msg
30367 !:ext msg
30852 !:ext msg
30927 0 name os2-msg-info
30951 # filename[260]; name of file like: dbaseos2.msg dde4c01e.msg os2ldr.mgr xdfh.msg ...
39889 # unins000.msg, unins001.msg, ...
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c690 SLJIT_S390X_RXYA(msg, 0xe3000000000c, 1)

Completed in 517 milliseconds

123456789