Home
last modified time | relevance | path

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

12345678910

/PHP-8.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_errmode.phpt95 $msg = $e->getMessage();
97 if (false === stristr($msg, (string)$v)) {
99 $v, $msg);
133 $msg = $e->getMessage();
135 if (false === stristr($msg, (string)$v)) {
137 $v, $msg);
H A Dpdo_mysql_attr_statement_class.phpt78 private function __construct($msg) {
80 var_dump($msg);
88 private function __construct($msg) {
90 var_dump($msg);
/PHP-8.3/Zend/tests/type_declarations/union_types/
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.3/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)
H A Dtemporary_cleaning_016.phpt5 set_error_handler(function($no, $msg) { throw new Exception; });
/PHP-8.3/ext/enchant/
H A Denchant.c318 const char *msg; in PHP_FUNCTION() local
326 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
327 if (msg) { in PHP_FUNCTION()
328 RETURN_STRING((char *)msg); in PHP_FUNCTION()
766 const char *msg; in PHP_FUNCTION() local
774 msg = enchant_dict_get_error(pdict->pdict); in PHP_FUNCTION()
775 if (msg) { in PHP_FUNCTION()
776 RETURN_STRING((char *)msg); in PHP_FUNCTION()
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_parser.y26 static int yyerror(const char *msg);
174 static int yyerror(const char *msg) {
175 phpdbg_error("Parse Error: %s", msg);
/PHP-8.3/ext/intl/locale/
H A Dlocale_methods.c480 char* msg = NULL; in get_icu_value_src_php() local
518 intl_error_set( NULL, status, msg , 1 ); in get_icu_value_src_php()
519 efree(msg); in get_icu_value_src_php()
570 char* msg = NULL; in get_icu_disp_value_src_php() local
583 spprintf(&msg , 0, "locale_get_display_%s : name too long", tag_name ); in get_icu_disp_value_src_php()
584 intl_error_set( NULL, U_ILLEGAL_ARGUMENT_ERROR, msg , 1 ); in get_icu_disp_value_src_php()
585 efree(msg); in get_icu_disp_value_src_php()
643 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
644 efree(msg); in get_icu_disp_value_src_php()
672 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
[all …]
/PHP-8.3/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.c202 if (err->msg != NULL) { in err_msg_dispose()
205 efree(err->msg); in err_msg_dispose()
938 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_control_array() local
971 msg->msg_control = control_buf; in from_zval_write_control_array()
1028 for (cmsg = CMSG_FIRSTHDR(msg); in to_zval_read_control_array()
1030 cmsg = CMSG_NXTHDR(msg, cmsg)) { in to_zval_read_control_array()
1091 struct msghdr *msg = args[0]; in from_zval_write_iov_array_aux() local
1097 msg->msg_iov[i - 1].iov_len = ZSTR_LEN(str); in from_zval_write_iov_array_aux()
1105 struct msghdr *msg = (struct msghdr*)msghdr_c; in from_zval_write_iov_array() local
1117 msg->msg_iov = accounted_safe_ecalloc(num_elem, sizeof *msg->msg_iov, 0, ctx); in from_zval_write_iov_array()
[all …]
/PHP-8.3/ext/sockets/tests/
H A Dsocket_cmsg_credentials_fbsd.phpt32 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
H A Dsocket_cmsg_credentials.phpt41 $r = socket_sendto($sends1, $msg = "dread", strlen($msg), 0, $path);
/PHP-8.3/ext/curl/tests/
H A Dbug77535.phpt52 while (false !== $info && $info['msg'] == CURLMSG_DONE) {
53 if (CURLMSG_DONE !== $info['msg']) {
/PHP-8.3/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-8.3/ext/standard/tests/general_functions/
H A Dbug40398.phpt8 function __construct($msg)
10 echo __METHOD__ . "($msg)\n";
/PHP-8.3/ext/fileinfo/libmagic/
H A Dfuncs.c75 file_checkfield(char *msg, size_t mlen, const char *what, const char **pp) in file_checkfield() argument
87 if (msg) in file_checkfield()
88 snprintf(msg, mlen, "field %s too large: %d", what, fw); in file_checkfield()
94 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()
/PHP-8.3/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp51 char *msg; in _breakiter_factory() local
67 spprintf(&msg, 0, "%s: error creating BreakIterator", in _breakiter_factory()
69 intl_error_set_custom_msg(NULL, msg, 1); in _breakiter_factory()
70 efree(msg); in _breakiter_factory()
/PHP-8.3/main/
H A Dphp.h307 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE) argument
309 #define php_log_err(msg) php_log_err_with_severity(msg, 5) argument
/PHP-8.3/ext/imap/tests/
H A Dimap_clearflag_full_basic.phpt19 echo "Initial msg count in new_mailbox : ". $check->Nmsgs . "\n";
54 Initial msg count in new_mailbox : 10
/PHP-8.3/ext/com_dotnet/
H A Dcom_variant.c485 char *werr, *msg; in PHP_METHOD() local
491 php_com_throw_exception(res, msg); in PHP_METHOD()
492 efree(msg); in PHP_METHOD()
1054 char *werr, *msg; in PHP_FUNCTION() local
1057 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1060 php_com_throw_exception(res, msg); in PHP_FUNCTION()
1061 efree(msg); in PHP_FUNCTION()
1091 char *werr, *msg; in PHP_FUNCTION() local
1094 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1097 php_com_throw_exception(res, msg); in PHP_FUNCTION()
[all …]
/PHP-8.3/ext/intl/formatter/
H A Dformatter_attr.c356 char *msg; in PHP_FUNCTION() local
357 …spprintf(&msg, 0, "Error setting pattern value at line %d, offset %d", spattern_error.line, spatte… in PHP_FUNCTION()
358 intl_errors_set_custom_msg(INTL_DATA_ERROR_P(nfo), msg, 1); in PHP_FUNCTION()
359 efree(msg); in PHP_FUNCTION()
/PHP-8.3/ext/dba/
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.3/ext/sodium/tests/
H A Dcrypto_shorthash.phpt14 $m2 = 'msg';
/PHP-8.3/ext/sysvmsg/tests/
H A D002.phpt12 var_dump($res = msg_receive ($queue, 1, $msg_type, 16384, $msg, true, 0, $msg_error));

Completed in 46 milliseconds

12345678910