Home
last modified time | relevance | path

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

12345678910

/PHP-8.3/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv6_udp.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
H A Dsocket_sentto_recvfrom_unix.phpt26 $msg = "Ping!";
27 $len = strlen($msg);
28 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address);
/PHP-8.3/Zend/tests/
H A Druntime_compile_time_binary_operands.phpt125 $msg = makeParam($e->getMessage());
126 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
141 $msg = makeParam($e->getMessage());
142 …$line .= "try { $compare; $error } catch (Error \$e) { if (\$e->getMessage() !== $msg) { $error } …
H A Dcall_to_deprecated_function_args.phpt8 set_error_handler(function($code, $msg) {
9 throw new Error($msg);
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.phpt21 set_error_handler(function($code, $msg, $file, $line) {
23 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
/PHP-8.3/ext/libxml/
H A Dphp_libxml.h133 PHP_LIBXML_API void php_libxml_error_handler(void *ctx, const char *msg, ...);
134 PHP_LIBXML_API void php_libxml_ctx_warning(void *ctx, const char *msg, ...);
135 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...);
138 PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg);
H A Dlibxml.c655 error_copy.message = (char*)xmlStrdup((const xmlChar*)msg); in _php_list_set_error_structure()
677 php_error_docref(NULL, E_WARNING, "%s", msg); in php_libxml_ctx_error_level()
681 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
684 _php_list_set_error_structure(NULL, msg); in php_libxml_issue_error()
686 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
695 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
857 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() argument
860 va_start(args, msg); in php_libxml_ctx_error()
868 va_start(args, msg); in php_libxml_ctx_warning()
887 va_start(args, msg); in php_libxml_error_handler()
[all …]
/PHP-8.3/Zend/tests/generators/
H A Dgh11028_1.phpt13 function test($msg, $x) {
14 echo "yield $msg\n";
/PHP-8.3/ext/curl/tests/
H A Dcurl_multi_info_read.phpt35 ["msg"]=>
44 ["msg"]=>
/PHP-8.3/sapi/fpm/fpm/
H A Dzlog.h10 #define zlog_msg(flags, prefix, msg) zlog_msg_ex(__func__, __LINE__, flags, prefix, msg) argument
34 const char *prefix, const char *msg);
/PHP-8.3/ext/mysqli/tests/
H A Dmysqli_fork.phpt71 msg TEXT) ENGINE = InnoDB"))
90 …$sql = sprintf("INSERT INTO messages(pid, sender, msg) VALUES (%d, 'child', '%%s')", posix_getpid(…
94 …$parent_sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'pa…
116 if ($tmp['msg'] == 'stop')
137 …$sql = sprintf("SELECT msg_id, msg_time, msg FROM messages WHERE pid = %d AND sender = 'child' ORD…
138 …$parent_sql = sprintf("INSERT INTO messages (pid, sender, msg) VALUES (%d, 'parent', '%%s')", posi…
147 switch ($row['msg']) {
154 $client_row = $row['msg'];
215 if (!$res = mysqli_query($link, "SELECT sender, msg FROM messages ORDER BY msg_id ASC"))
219 printf("%10s %s\n", $row['sender'], substr($row['msg'], 0, 5));
/PHP-8.3/ext/soap/tests/
H A Dbug68996.phpt17 return new SoapFault("\xfc\x63", "some msg");
57 …ap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode/><faultstring>some msg</faultstring></SOAP…
59 …ody><env:Fault><env:Code><env:Value/></env:Code><env:Reason><env:Text>some msg</env:Text></env:Rea…
/PHP-8.3/ext/standard/tests/file/
H A Dunlink_variation10.phpt54 $msg = "soft link";
58 $msg = "hard link";
60 echo "-- unlinking $msg $tounlink --\n";
/PHP-8.3/ext/standard/tests/mail/
H A Dmail_basic_alt1-win32.phpt55 // sleep for a while to allow msg to be delivered
66 echo "Id of msg just sent is $i\n";
88 Id of msg just sent is %d
H A Dmail_basic_alt2-win32.phpt52 // sleep for a while to allow msg to be delivered
63 echo "Id of msg just sent is $i\n";
85 Id of msg just sent is %d
H A Dmail_basic_alt3-win32.phpt52 // sleep for a while to allow msg to be delivered
63 echo "Id of msg just sent is $i\n";
85 Id of msg just sent is %d
H A Dmail_basic_alt4-win32.phpt53 // sleep for a while to allow msg to be delivered
64 echo "Id of msg just sent is $i\n";
86 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-8.3/sapi/phpdbg/
H A Dphpdbg_cmd.c326 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg) { in phpdbg_param_debug() argument
330 fprintf(stderr, "%s STR_PARAM(%s=%zu)\n", msg, param->str, param->len); in phpdbg_param_debug()
334 fprintf(stderr, "%s ADDR_PARAM(" ZEND_ULONG_FMT ")\n", msg, param->addr); in phpdbg_param_debug()
338 …fprintf(stderr, "%s NUMERIC_FILE_PARAM(%s:#"ZEND_ULONG_FMT")\n", msg, param->file.name, param->fil… in phpdbg_param_debug()
342 … fprintf(stderr, "%s FILE_PARAM(%s:"ZEND_ULONG_FMT")\n", msg, param->file.name, param->file.line); in phpdbg_param_debug()
346 fprintf(stderr, "%s METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); in phpdbg_param_debug()
350 …fprintf(stderr, "%s NUMERIC_METHOD_PARAM(%s::%s)\n", msg, param->method.class, param->method.name); in phpdbg_param_debug()
354 … fprintf(stderr, "%s NUMERIC_FUNCTION_PARAM(%s::"ZEND_LONG_FMT")\n", msg, param->str, param->num); in phpdbg_param_debug()
358 fprintf(stderr, "%s NUMERIC_PARAM("ZEND_LONG_FMT")\n", msg, param->num); in phpdbg_param_debug()
362 fprintf(stderr, "%s COND_PARAM(%s=%zu)\n", msg, param->str, param->len); in phpdbg_param_debug()
[all …]
/PHP-8.3/scripts/dev/
H A Dtidy.php3 set_error_handler(function($_, $msg) {
4 throw new Exception($msg);
/PHP-8.3/ext/imap/tests/
H A Dimap_fetchbody_variation6.phpt12 * Pass different integers, strings, msg sequences and msg UIDs as $message_num argument
/PHP-8.3/ext/imap/
H A Dphp_imap.h72 #define CONTENT_MSG_BODY nested.msg->body
79 #define CONTENT_MSG_BODY contents.msg.body
/PHP-8.3/ext/sysvmsg/tests/
H A D005.phpt28 var_dump(msg_receive($q, 0, $null, 1, $msg, true, 0, $errno));
32 msg_receive($q, 0, $null, 0, $msg);
/PHP-8.3/win32/
H A Dwinutil.c50 PHP_WINUTIL_API void php_win32_error_msg_free(char *msg) in php_win32_error_msg_free() argument
52 if (msg && msg[0]) { in php_win32_error_msg_free()
53 free(msg); in php_win32_error_msg_free()

Completed in 32 milliseconds

12345678910