Home
last modified time | relevance | path

Searched refs:msg (Results 76 – 100 of 202) sorted by relevance

123456789

/PHP-7.4/Zend/tests/
H A Dassign_coalesce_002.phpt16 function do_throw($msg) {
17 throw new Exception($msg);
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt57 // sleep for a while to allow msg to be delivered
68 echo "Id of msg just sent is $i\n";
91 Id of msg just sent is %d
H A Dmail_basic_alt4-win32.phpt55 // sleep for a while to allow msg to be delivered
66 echo "Id of msg just sent is $i\n";
89 Id of msg just sent is %d
H A Dmail_include.inc94 $msg = "From: foo@anywhere.com\r\n"
102 $envelope["subject"] = "Test msg $i";
127 $msg = imap_mail_compose($envelope, $body);
130 imap_append($imap_stream, $mailbox, $msg);
/PHP-7.4/ext/standard/tests/file/
H A Dunlink_variation10.phpt60 $msg = "soft link";
64 $msg = "hard link";
66 echo "-- unlinking $msg $tounlink --\n";
/PHP-7.4/ext/intl/idn/
H A Didn.c102 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() argument
109 msg); in php_intl_idn_check_status()
118 static inline void php_intl_bad_args(const char *msg) in php_intl_bad_args() argument
120 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg); in php_intl_bad_args()
/PHP-7.4/win32/
H A Dwinutil.c49 PHP_WINUTIL_API void php_win32_error_msg_free(char *msg) in php_win32_error_msg_free() argument
51 if (msg && msg[0]) { in php_win32_error_msg_free()
52 free(msg); in php_win32_error_msg_free()
H A Dwinutil.h29 PHP_WINUTIL_API void php_win32_error_msg_free(char *msg);
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt97 $msg = $e->getMessage();
99 if (false === stristr($msg, (string)$v)) {
101 $v, $msg);
135 $msg = $e->getMessage();
137 if (false === stristr($msg, (string)$v)) {
139 $v, $msg);
/PHP-7.4/ext/dba/
H A Ddba_db4.c41 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument
50 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) in php_dba_db4_errcall_fcn()
51 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { in php_dba_db4_errcall_fcn()
57 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_parser.y20 static int yyerror(const char *msg);
173 static int yyerror(const char *msg) {
174 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
/PHP-7.4/ext/spl/tests/
H A Diterator_042.phpt6 function test_error_handler($errno, $msg, $filename, $linenum)
8 echo "Error $msg in $filename on line $linenum\n";
/PHP-7.4/ext/curl/tests/
H A Dbug77535.phpt52 while (false !== $info && $info['msg'] == CURLMSG_DONE) {
53 if (CURLMSG_DONE !== $info['msg']) {
/PHP-7.4/ext/sockets/
H A Dsendrecvmsg.c42 inline ssize_t recvmsg(int sockfd, struct msghdr *msg, int flags) in recvmsg() argument
57 msg->dwFlags = (DWORD)flags; in recvmsg()
58 return WSARecvMsg((SOCKET)sockfd, msg, &recvd, NULL, NULL) == 0 in recvmsg()
62 inline ssize_t sendmsg(int sockfd, const struct msghdr *msg, int flags) in sendmsg() argument
65 return WSASendMsg((SOCKET)sockfd, (struct msghdr*)msg, (DWORD)flags, &sent, NULL, NULL) == 0 in sendmsg()
H A Dconversions.c201 if (err->msg != NULL) { in err_msg_dispose()
204 efree(err->msg); in err_msg_dispose()
932 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array() local
965 msg->msg_control = control_buf; in from_zval_write_control_array()
1022 for (cmsg = CMSG_FIRSTHDR(msg); in to_zval_read_control_array()
1024 cmsg = CMSG_NXTHDR(msg, cmsg)) { in to_zval_read_control_array()
1085 struct msghdr *msg = args[0]; in from_zval_write_iov_array_aux() local
1091 msg->msg_iov[i - 1].iov_len = ZSTR_LEN(str); in from_zval_write_iov_array_aux()
1099 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array() local
1111 msg->msg_iov = accounted_safe_ecalloc(num_elem, sizeof *msg->msg_iov, 0, ctx); in from_zval_write_iov_array()
[all …]
/PHP-7.4/ext/com_dotnet/
H A Dcom_variant.c478 char *werr, *msg; in PHP_FUNCTION() local
484 php_com_throw_exception(res, msg); in PHP_FUNCTION()
485 efree(msg); in PHP_FUNCTION()
1066 char *werr, *msg; in PHP_FUNCTION() local
1069 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1072 php_com_throw_exception(res, msg); in PHP_FUNCTION()
1073 efree(msg); in PHP_FUNCTION()
1100 char *werr, *msg; in PHP_FUNCTION() local
1103 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1106 php_com_throw_exception(res, msg); in PHP_FUNCTION()
[all …]
/PHP-7.4/main/
H A Dphp.h320 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE) argument
322 #define php_log_err(msg) php_log_err_with_severity(msg, 5) argument
/PHP-7.4/ext/enchant/
H A Denchant.c395 char *msg; in PHP_FUNCTION() local
403 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
404 if (msg) { in PHP_FUNCTION()
405 RETURN_STRING((char *)msg); in PHP_FUNCTION()
887 char *msg; in PHP_FUNCTION() local
895 msg = enchant_dict_get_error(pdict->pdict); in PHP_FUNCTION()
896 if (msg) { in PHP_FUNCTION()
897 RETURN_STRING((char *)msg); in PHP_FUNCTION()
/PHP-7.4/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt15 * Pass different integers, strings, msg sequences and msg UIDs as $msg_no argument
H A Dimap_fetchheader_variation5.phpt66 Subject: Test msg 1
77 Subject: Test msg 1
/PHP-7.4/ext/sodium/tests/
H A Dcrypto_shorthash.phpt14 $m2 = 'msg';
/PHP-7.4/ext/ftp/tests/
H A Dbug37799.phpt22 Warning: ftp_login(): %rdummy|bogus msg%r in %sbug37799.php on line 8
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_dump.h34 void zend_dump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const …
/PHP-7.4/ext/pdo_dblib/
H A Ddblib_driver.c42 char *msg; in dblib_fetch_error() local
50 msg = einfo->lastmsg; in dblib_fetch_error()
52 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
55 msg = einfo->dberrstr; in dblib_fetch_error()
59 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
64 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error()

Completed in 54 milliseconds

123456789