Home
last modified time | relevance | path

Searched refs:msg (Results 176 – 200 of 215) sorted by last modified time

123456789

/PHP-8.0/ext/intl/
H A DERROR_CONVENTIONS.md30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
/PHP-8.0/ext/imap/
H A Dphp_imap.h70 #define CONTENT_MSG_BODY nested.msg->body
77 #define CONTENT_MSG_BODY contents.msg.body
/PHP-8.0/ext/gd/libgd/
H A Dgdtest.c14 void CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2);
360 CompareImages (char *msg, gdImagePtr im1, gdImagePtr im2) in CompareImages() argument
368 printf ("%%%s: ERROR images differ: BAD\n", msg); in CompareImages()
372 printf ("%%%s: WARNING images differ: WARNING - Probably OK\n", msg); in CompareImages()
376 printf ("%%%s: OK\n", msg); in CompareImages()
382 printf ("-%s: INFO image sizes differ\n", msg); in CompareImages()
387 printf ("-%s: INFO number of palette entries differ %d Vs. %d\n", msg, in CompareImages()
393 printf ("-%s: INFO actual colours of pixels differ\n", msg); in CompareImages()
/PHP-8.0/ext/ftp/tests/
H A Dbug37799.phpt22 Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます4949 # http://www.wx800.com/msg/download/irda/iMelody.pdf
24921 !:mime application/x-ms-msg
24922 !:ext msg
32822 >>9 byte 10 Corel Network service msg file
32823 >>9 byte 11 Corel Network service msg file
32824 >>9 byte 12 Corel Async gateway login msg
H A Dmagic4949 # http://www.wx800.com/msg/download/irda/iMelody.pdf
24921 !:mime application/x-ms-msg
24922 !:ext msg
32822 >>9 byte 10 Corel Network service msg file
32823 >>9 byte 11 Corel Network service msg file
32824 >>9 byte 12 Corel Async gateway login msg
/PHP-8.0/ext/filter/tests/
H A D046.phpt24 function test_validation($val, $msg) {
26 echo "$msg filtered: "; var_dump($f); // filtered value (or false)
27 echo "$msg is_long: "; var_dump(is_long($f)); // test validation
28 echo "$msg equal: "; var_dump($val == $f); // test equality of result
/PHP-8.0/ext/fileinfo/libmagic/
H A Dfuncs.c76 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield() argument
88 if (msg) in file_checkfield()
89 snprintf(msg, mlen, "field %s too large: %d", what, fw); in file_checkfield()
95 file_checkfmt(char *msg, size_t mlen, const char *fmt) in file_checkfmt() argument
106 if (msg) in file_checkfmt()
107 snprintf(msg, mlen, "* not allowed in format"); in file_checkfmt()
111 if (!file_checkfield(msg, mlen, "width", &p)) in file_checkfmt()
116 if (!file_checkfield(msg, mlen, "precision", &p)) in file_checkfmt()
121 if (msg) in file_checkfmt()
122 snprintf(msg, mlen, "bad format char: %c", *p); in file_checkfmt()
H A Dcompress.c597 strlcpy(RCAST(char *, *newch), z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
690 char *msg; in makeerror() local
695 rv = vasprintf(&msg, fmt, ap); in makeerror()
702 *buf = RCAST(unsigned char *, msg); in makeerror()
703 *len = strlen(msg); in makeerror()
/PHP-8.0/ext/ffi/
H A Dphp_ffi.h213 void ZEND_NORETURN zend_ffi_parser_error(const char *msg, ...);
/PHP-8.0/ext/dba/
H A Ddba_db3.c38 const char *errpfx, const char *msg) in php_dba_db3_errcall_fcn() argument
41 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
H A Ddba_db4.c39 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument
48 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) in php_dba_db4_errcall_fcn()
49 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { in php_dba_db4_errcall_fcn()
55 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-8.0/ext/curl/tests/
H A Dcurl_multi_info_read.phpt37 ["msg"]=>
46 ["msg"]=>
/PHP-8.0/ext/com_dotnet/
H A Dcom_olechar.c59 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local
62 "Could not convert string to unicode: `%s'", msg); in php_com_string_to_olestring()
64 php_win32_error_msg_free(msg); in php_com_string_to_olestring()
90 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local
93 "Could not convert string from unicode: `%s'", msg); in php_com_olestring_to_string()
95 php_win32_error_msg_free(msg); in php_com_olestring_to_string()
124 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_bstr()
126 "Could not convert string to unicode: `%s'", msg); in php_com_string_to_bstr()
127 LocalFree(msg); in php_com_string_to_bstr()
145 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_bstr_to_string() local
[all …]
H A Dcom_variant.c475 char *werr, *msg; in PHP_METHOD() local
481 php_com_throw_exception(res, msg); in PHP_METHOD()
482 efree(msg); in PHP_METHOD()
1038 char *werr, *msg; in PHP_FUNCTION() local
1041 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1044 php_com_throw_exception(res, msg); in PHP_FUNCTION()
1045 efree(msg); in PHP_FUNCTION()
1071 char *werr, *msg; in PHP_FUNCTION() local
1074 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1077 php_com_throw_exception(res, msg); in PHP_FUNCTION()
[all …]
H A Dcom_com.c218 char *werr, *msg; in PHP_METHOD() local
225 efree(msg); in PHP_METHOD()
389 msg = NULL; in php_com_invoke_helper()
401 if (msg) { in php_com_invoke_helper()
403 efree(msg); in php_com_invoke_helper()
478 char *msg = NULL; in php_com_do_invoke_byref() local
483 efree(msg); in php_com_do_invoke_byref()
641 char *msg = NULL; in php_com_do_invoke() local
650 efree(msg); in php_com_do_invoke()
788 MSG msg; in PHP_FUNCTION() local
[all …]
/PHP-8.0/Zend/
H A Dzend_ini_parser.y186 static ZEND_COLD void ini_error(const char *msg) in ini_error() argument
194 …error_buf_len = 128 + (int)strlen(msg) + (int)strlen(currently_parsed_filename); /* should be more… in ini_error()
197 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
/PHP-8.0/Zend/tests/
H A Dundef_index_to_exception.phpt6 set_error_handler(function($_, $msg) {
7 throw new Exception($msg);
H A Druntime_compile_time_binary_operands.phpt121 $msg = makeParam($e->getMessage());
122 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
137 $msg = makeParam($e->getMessage());
138 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
H A Dtemporary_cleaning_016.phpt5 set_error_handler(function($no, $msg) { throw new Exception; });
/PHP-8.0/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt34 $msg = $e->getMessage();
35 $msg = strstr($msg, ', called in', true);
36 $msg = str_replace('{closure}(): Argument #1 ($arg)', 'Argument ...', $msg);
37 echo $msg;
H A Dtype_checking_weak.phpt32 $msg = $e->getMessage();
33 $msg = strstr($msg, ', called in', true);
34 $msg = str_replace('{closure}(): Argument #1 ($arg)', 'Argument ...', $msg);
35 echo $msg;
/PHP-8.0/Zend/tests/try/
H A Dcatch_finally_003.phpt5 function dummy($msg) {
6 var_dump($msg);
H A Dcatch_finally_004.phpt6 function throw_exception($msg) {
7 throw new Exception($msg);
H A Dtry_catch_finally_004.phpt7 function dummy($msg) {
8 var_dump($msg);

Completed in 599 milliseconds

123456789