Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 168) sorted by last modified time

1234567

/PHP-7.0/win32/
H A Dsendmail.c873 static int Post(LPCSTR msg) in Post() argument
875 int len = (int)strlen(msg); in Post()
880 if (msg) in Post()
881 printf("POST: '%s'\n", msg); in Post()
886 if ((slen = send(PW32G(mail_socket), msg + index, len, 0)) < 1) in Post()
H A Dsendmail.h47 static int Post(LPCSTR msg);
/PHP-7.0/win32/build/
H A Dconfutils.js2363 function MESSAGE(msg) argument
2365 STDOUT.WriteLine("" + msg);
2368 function ERROR(msg) argument
2370 STDERR.WriteLine("ERROR: " + msg);
2374 function WARNING(msg) argument
2376 STDERR.WriteLine("WARNING: " + msg);
H A Dphpize.js.in34 function ERROR(msg) argument
36 STDERR.WriteLine("ERROR: " + msg);
/PHP-7.0/tests/classes/
H A Dctor_failure.phpt8 function __construct($msg) {
9 echo __METHOD__ . "($msg)\n";
10 throw new Exception($msg);
/PHP-7.0/
H A Dserver-tests.php595 function writemsg($msg) { argument
597 echo $msg;
/PHP-7.0/sapi/phpdbg/
H A Dxml.md102 - msg: the error message
602 - unknown: general error with internal DL_LOAD() (for message see msg attribute)
H A Dphpdbg_wait.c125 void phpdbg_webdata_decompress(char *msg, int len) { in phpdbg_webdata_decompress() argument
132 …if (!php_var_unserialize(&zv, (const unsigned char **) &msg, (unsigned char *) msg + len, &var_has… in phpdbg_webdata_decompress()
H A Dphpdbg_wait.h27 void phpdbg_webdata_decompress(char *msg, int len);
H A Dphpdbg_webdata_transfer.c30 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len) { in phpdbg_webdata_compress() argument
170 *msg = ZSTR_VAL(buf.s); in phpdbg_webdata_compress()
H A Dphpdbg_webdata_transfer.h25 PHPDBG_API void phpdbg_webdata_compress(char **msg, int *len);
H A Dphpdbg_prompt.c775 zend_string *msg, *file; in phpdbg_handle_exception() local
788 msg = ZSTR_EMPTY_ALLOC(); in phpdbg_handle_exception()
792msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("string"), 1… in phpdbg_handle_exception()
797 phpdbg_writeln("exceptionmsg", "msg=\"%s\"", ZSTR_VAL(msg)); in phpdbg_handle_exception()
798 zend_string_release(msg); in phpdbg_handle_exception()
1713 zend_string *file, *msg; in phpdbg_execute_ex() local
1733msg = zval_get_string(zend_read_property(zend_get_exception_base(&zv), &zv, ZEND_STRL("message"), … in phpdbg_execute_ex()
1739 ZSTR_LEN(msg) < 80 ? (int) ZSTR_LEN(msg) : 80, ZSTR_VAL(msg)); in phpdbg_execute_ex()
1740 zend_string_release(msg); in phpdbg_execute_ex()
H A Dphpdbg_rinit_hook.c69 char *msg = NULL; in PHP_RINIT_FUNCTION() local
71 phpdbg_webdata_compress(&msg, (int *)msglen); in PHP_RINIT_FUNCTION()
74 send(s, msg, *(int *) msglen, 0); in PHP_RINIT_FUNCTION()
H A Dphpdbg_info.c123 #define VARIABLEINFO(attrs, msg, ...) \ in PHPDBG_INFO() argument
126 "%-18p %-7d %-9s %.*s" msg, &data->value, \ in PHPDBG_INFO()
233 #define VARIABLEINFO(attrs, msg, ...) \ in phpdbg_print_symbols() argument
236 …"%-18p %-7d %-9s %s$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_zval_type… in phpdbg_print_symbols()
H A Dphpdbg_out.c903 if (*msg == '&') { in phpdbg_encode_xml()
906 } else if (*msg == '<') { in phpdbg_encode_xml()
913 *tmp++ = *msg; in phpdbg_encode_xml()
999 if (msg) { in phpdbg_process_print()
1010 if (msg) { in phpdbg_process_print()
1022 if (msg) { in phpdbg_process_print()
1050 if (msg) { in phpdbg_process_print()
1126 PHPDBG_G(err_buf).msg = msg; in phpdbg_vprint()
1138 if (msg) { in phpdbg_vprint()
1139 efree(msg); in phpdbg_vprint()
[all …]
H A Dphpdbg_parser.c95 static int yyerror(const char *msg);
1928 static int yyerror(const char *msg) { in yyerror() argument
1929 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg); in yyerror()
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);
H A Dphpdbg.h292 char *msg; member
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_cmd.h155 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg);
/PHP-7.0/sapi/fpm/tests/
H A D021-uds-acl.phpt21 if (test_fpm_conf($cfg, $msg) == false) { die("skip " . $msg); }
H A Dinclude.inc61 function test_fpm_conf($config, &$msg = NULL) { /* {{{ */
66 $msg = preg_replace("/\[.+?\]/", "", $output[0]);
H A D008.phpt17 if (test_fpm_conf($cfg, $msg) == false) {
18 die("skip " . $msg);
H A D016.phpt17 if (test_fpm_conf($cfg, $msg) == false) {
18 die("skip " . $msg);
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_trace_mach.c63 char *msg = ""; in fpm_trace_ready() local
66 msg = " It seems that master process does not have enough privileges to trace processes."; in fpm_trace_ready()
68 zlog(ZLOG_ERROR, "task_for_pid() failed: %s (%d)%s", mach_error_string(kr), kr, msg); in fpm_trace_ready()

Completed in 84 milliseconds

1234567