Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/opcache/
H A Dconfig.m492 msg=yes],[msg=no],[msg=no])
93 AC_MSG_RESULT([$msg])
144 msg=yes],[msg=no],[msg=no])
145 AC_MSG_RESULT([$msg])
/PHP-7.4/ext/intl/spoofchecker/
H A Dspoofchecker_class.h74 #define SPOOFCHECKER_CHECK_STATUS(co, msg) \ argument
77 intl_errors_set_custom_msg(SPOOFCHECKER_ERROR_P(co), msg, 0); \
/PHP-7.4/Zend/tests/
H A Dbug65322.phpt11 set_error_handler(function($_, $msg, $file) {
12 var_dump($msg, $file);
H A Dcall_to_deprecated_function_args.phpt6 set_error_handler(function($code, $msg) {
7 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.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.4/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp68 char *msg; in _php_intlrbbi_constructor_body() local
71 spprintf(&msg, 0, "rbbi_create_instance: unable to create " in _php_intlrbbi_constructor_body()
74 intl_error_set_custom_msg(NULL, msg, 1); in _php_intlrbbi_constructor_body()
75 efree(msg); in _php_intlrbbi_constructor_body()
/PHP-7.4/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_ipv4_udp.phpt24 $msg = "Ping!";
25 $len = strlen($msg);
26 $sent = socket_sendto($socket, $msg, $len, 0, $address, $port);
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_ipv6_udp-win32.phpt28 $msg = "Ping!";
29 $len = strlen($msg);
30 $bytes_sent = socket_sendto($socket, $msg, $len, 0, $address, 1223);
/PHP-7.4/ext/imap/tests/
H A Dimap_fetch_overview_variation6.phpt25 // refresh msg numbers
46 $envelope["subject"] = "Test msg 1";
78 $msg = imap_mail_compose($envelope, $body);
80 if (imap_append($imap_stream, $mailbox, $msg) === false) {
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.h27 void phpdbg_webdata_decompress(char *msg, int len);
H A Dphpdbg_webdata_transfer.h25 PHPDBG_API void phpdbg_webdata_compress(char **msg, size_t *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 …]
/PHP-7.4/ext/sockets/
H A Dphp_sockets.h80 #define PHP_SOCKET_ERROR(socket, msg, errn) \ argument
86 php_error_docref(NULL, E_WARNING, "%s [%d]: %s", msg, _err, sockets_strerror(_err)); \
/PHP-7.4/ext/curl/tests/
H A Dcurl_multi_info_read.phpt37 ["msg"]=>
45 ["msg"]=>
/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c392 char* msg = NULL; in get_icu_value_src_php() local
402 efree(msg); in get_icu_value_src_php()
434 intl_error_set( NULL, status, msg , 1 ); in get_icu_value_src_php()
435 efree(msg); in get_icu_value_src_php()
501 char* msg = NULL; in get_icu_disp_value_src_php() local
511 efree(msg); in get_icu_disp_value_src_php()
519 efree(msg); in get_icu_disp_value_src_php()
577 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
578 efree(msg); in get_icu_disp_value_src_php()
606 intl_error_set( NULL, status, msg , 1 ); in get_icu_disp_value_src_php()
[all …]
/PHP-7.4/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-7.4/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.4/ext/libxml/
H A Dlibxml.c552 error_copy.message = (char*)xmlStrdup((xmlChar*)msg); in _php_list_set_error_structure()
580 void php_libxml_issue_error(int level, const char *msg) in php_libxml_issue_error() argument
583 _php_list_set_error_structure(NULL, msg); in php_libxml_issue_error()
585 php_error_docref(NULL, level, "%s", msg); in php_libxml_issue_error()
595 len = vspprintf(&buf, 0, *msg, ap); in php_libxml_internal_error_handler()
769 PHP_LIBXML_API void php_libxml_ctx_error(void *ctx, const char *msg, ...) in php_libxml_ctx_error() argument
772 va_start(args, msg); in php_libxml_ctx_error()
773 php_libxml_internal_error_handler(PHP_LIBXML_CTX_ERROR, ctx, &msg, args); in php_libxml_ctx_error()
780 va_start(args, msg); in php_libxml_ctx_warning()
795 va_start(args, msg); in php_libxml_error_handler()
[all …]
/PHP-7.4/ext/standard/tests/general_functions/
H A Dbug40398.phpt8 function __construct($msg)
10 echo __METHOD__ . "($msg)\n";
/PHP-7.4/scripts/dev/
H A Dtidy.php3 set_error_handler(function($_, $msg) {
4 throw new Exception($msg);
/PHP-7.4/ext/standard/tests/mail/
H A Dmail_basic_alt2-win32.phpt54 // sleep for a while to allow msg to be delivered
65 echo "Id of msg just sent is $i\n";
88 Id of msg just sent is %d
H A Dmail_basic_alt3-win32.phpt54 // sleep for a while to allow msg to be delivered
65 echo "Id of msg just sent is $i\n";
88 Id of msg just sent is %d

Completed in 61 milliseconds

123456789