Home
last modified time | relevance | path

Searched refs:msg (Results 226 – 239 of 239) sorted by relevance

12345678910

/PHP-8.3/ext/tidy/
H A Dtidy.c196 static void TIDY_CALL php_tidy_panic(ctmbstr msg) in php_tidy_panic() argument
198 php_error_docref(NULL, E_ERROR, "Could not allocate memory for tidy! (Reason: %s)", (char *)msg); in php_tidy_panic()
/PHP-8.3/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-8.3/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-8.3/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.c528 const char * const msg = "Authentication data too long. " in php_mysqlnd_auth_write() local
530 SET_CLIENT_ERROR(error_info, CR_UNKNOWN_ERROR, UNKNOWN_SQLSTATE, msg); in php_mysqlnd_auth_write()
531 php_error_docref(NULL, E_WARNING, "%s", msg); in php_mysqlnd_auth_write()
/PHP-8.3/Zend/
H A Dzend_alloc.c399 static void stderr_last_error(char *msg) in stderr_last_error() argument
405 fprintf(stderr, "\n%s: [0x%08lx]\n", msg, err); in stderr_last_error()
408 fprintf(stderr, "\n%s: [0x%08lx] %s\n", msg, err, buf); in stderr_last_error()
H A Dzend_API.c1081 static ZEND_COLD void zend_parse_parameters_debug_error(const char *msg) { in zend_parse_parameters_debug_error() argument
1087 ZSTR_VAL(active_function->common.function_name), msg); in zend_parse_parameters_debug_error()
/PHP-8.3/ext/ftp/tests/
H A Dserver.inc77 fputs($s, "666 bogus msg\r\n");
/PHP-8.3/ext/gd/libgd/
H A Dgd_interpolation.c2206 void gdDumpRect(const char *msg, gdRectPtr r) in gdDumpRect() argument
2208 printf("%s (%i, %i) (%i, %i)\n", msg, r->x, r->y, r->width, r->height); in gdDumpRect()
/PHP-8.3/ext/soap/
H A Dsoap.c1136 …zend_string *msg = zval_get_string(zend_read_property_ex(zend_ce_error, Z_OBJ(exception_object), Z… in _soap_server_exception() local
1137 add_soap_fault_ex(&exception_object, this_ptr, "Server", ZSTR_VAL(msg), NULL, NULL); in _soap_server_exception()
1138 zend_string_release_ex(msg, 0); in _soap_server_exception()
/PHP-8.3/ext/imap/
H A Dphp_imap.c3422 bod->nested.msg = mail_newmsg(); in PHP_FUNCTION()
3544 bod->nested.msg = mail_newmsg(); in PHP_FUNCTION()
/PHP-8.3/ext/reflection/
H A Dphp_reflection.c102 #define _DO_THROW(msg) \ argument
103 zend_throw_exception(reflection_exception_ptr, msg, 0);
/PHP-8.3/ext/fileinfo/tests/
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 …]
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 …]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c693 SLJIT_S390X_RXYA(msg, 0xe3000000000c, 1)

Completed in 280 milliseconds

12345678910