Home
last modified time | relevance | path

Searched refs:msg (Results 51 – 75 of 182) sorted by relevance

12345678

/PHP-7.2/Zend/tests/
H A Dexception_before_fatal.phpt5 function exception_error_handler($code, $msg) {
6 throw new Exception($msg);
H A Ddebug_backtrace_with_include_and_this.phpt20 set_error_handler(function($code, $msg, $file, $line) {
22 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
H A Dtemporary_cleaning_016.phpt5 set_error_handler(function($no, $msg) { throw new Exception; });
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_fork.phpt72 msg TEXT) ENGINE = InnoDB"))
91 …$sql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid(…
95 …$parent_sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'pa…
117 if ($tmp['msg'] == 'stop')
138 …$sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'child' ORD…
139 …$parent_sql = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posi…
148 switch ($row['msg']) {
155 $client_row = $row['msg'];
216 if (!$res = mysqli_query($link, "SELECT sender, msg FROM messages ORDER BY msg_id ASC"))
220 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_webdata_transfer.h25 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len);
H A Dphpdbg_wait.h27 void phpdbg_webdata_decompress(char *msg, int len);
H A Dphpdbg_cmd.c324 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg) { in phpdbg_param_debug() argument
328 fprintf(stderr, "%s STR_PARAM(%s=%zu)\n", msg, param->str, param->len); in phpdbg_param_debug()
332 fprintf(stderr, "%s ADDR_PARAM(" ZEND_ULONG_FMT ")\n", msg, param->addr); in phpdbg_param_debug()
336 fprintf(stderr, "%s NUMERIC_FILE_PARAM(%s:#%lu)\n", msg, param->file.name, param->file.line); in phpdbg_param_debug()
340 fprintf(stderr, "%s FILE_PARAM(%s:%lu)\n", msg, param->file.name, param->file.line); in phpdbg_param_debug()
344 fprintf(stderr, "%s METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); in phpdbg_param_debug()
348 …fprintf(stderr, "%s NUMERIC_METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); in phpdbg_param_debug()
352 fprintf(stderr, "%s NUMERIC_FUNCTION_PARAM(%s::%ld)\n", msg, param->str, param->num); in phpdbg_param_debug()
356 fprintf(stderr, "%s NUMERIC_PARAM(%ld)\n", msg, param->num); in phpdbg_param_debug()
360 fprintf(stderr, "%s COND_PARAM(%s=%zu)\n", msg, param->str, param->len); in phpdbg_param_debug()
[all …]
H A Dphpdbg_parser.y22 static int yyerror(const char *msg);
178 static int yyerror(const char *msg) {
179 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg);
/PHP-7.2/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt26 $msg = "Ping!";
27 $len = strlen($msg);
28 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
H A Dsocket_sentto_recvfrom_ipv6_udp-win32.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
/PHP-7.2/ext/standard/tests/general_functions/
H A Dbug40398.phpt8 function __construct($msg)
10 echo __METHOD__ . "($msg)\n";
/PHP-7.2/ext/standard/tests/file/
H A Dunlink_variation10.phpt60 $msg = "soft link";
64 $msg = "hard link";
66 echo "-- unlinking $msg $tounlink --\n";
/PHP-7.2/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt58 // sleep for a while to allow msg to be delivered
69 echo "Id of msg just sent is $i\n";
92 Id of msg just sent is %d
H A Dmail_basic_alt2-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
90 Id of msg just sent is %d
H A Dmail_basic_alt3-win32.phpt56 // sleep for a while to allow msg to be delivered
67 echo "Id of msg just sent is $i\n";
90 Id of msg just sent is %d
H A Dmail_basic_alt4-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_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.2/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.2/ext/intl/idn/
H A Didn.c114 static int php_intl_idn_check_status(UErrorCode err, const char *msg) in php_intl_idn_check_status() argument
121 msg); in php_intl_idn_check_status()
130 static inline void php_intl_bad_args(const char *msg) in php_intl_bad_args() argument
132 php_intl_idn_check_status(U_ILLEGAL_ARGUMENT_ERROR, msg); in php_intl_bad_args()
/PHP-7.2/ext/dba/
H A Ddba_db4.c43 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument
52 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) in php_dba_db4_errcall_fcn()
53 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { in php_dba_db4_errcall_fcn()
59 php_error_docref(NULL, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-7.2/ext/pdo_dblib/
H A Ddblib_driver.c44 char *msg; in dblib_fetch_error() local
52 msg = einfo->lastmsg; in dblib_fetch_error()
54 msg = DBLIB_G(err).lastmsg; in dblib_fetch_error()
57 msg = einfo->dberrstr; in dblib_fetch_error()
61 if (msg == NULL && einfo->dberr == 0 && einfo->oserr == 0 && einfo->severity == 0) { in dblib_fetch_error()
66 msg, einfo->dberr, einfo->severity, stmt ? stmt->active_query_string : ""); in dblib_fetch_error()
/PHP-7.2/ext/com_dotnet/
H A Dcom_variant.c492 char *werr, *msg; in PHP_FUNCTION() local
498 php_com_throw_exception(res, msg); in PHP_FUNCTION()
499 efree(msg); in PHP_FUNCTION()
1080 char *werr, *msg; in PHP_FUNCTION() local
1083 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1086 php_com_throw_exception(res, msg); in PHP_FUNCTION()
1087 efree(msg); in PHP_FUNCTION()
1114 char *werr, *msg; in PHP_FUNCTION() local
1117 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1120 php_com_throw_exception(res, msg); in PHP_FUNCTION()
[all …]
/PHP-7.2/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()
917 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array() local
950 msg->msg_control = control_buf; in from_zval_write_control_array()
1014 for (cmsg = CMSG_FIRSTHDR(msg); in to_zval_read_control_array()
1016 cmsg = CMSG_NXTHDR(msg, cmsg)) { in to_zval_read_control_array()
1077 struct msghdr *msg = args[0]; in from_zval_write_iov_array_aux() local
1087 msg->msg_iov[i - 1].iov_len = len; in from_zval_write_iov_array_aux()
1095 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array() local
1107 msg->msg_iov = accounted_safe_ecalloc(num_elem, sizeof *msg->msg_iov, 0, ctx); in from_zval_write_iov_array()
[all …]

Completed in 49 milliseconds

12345678