Home
last modified time | relevance | path

Searched refs:msg (Results 126 – 150 of 217) sorted by relevance

123456789

/php-src/ext/opcache/
H A Dshared_alloc_win32.c47 static void zend_win_error_message(int type, char *msg, int err) in zend_win_error_message() argument
54 ev_msgs[0] = msg; in zend_win_error_message()
67 zend_accel_error(type, "%s", msg); in zend_win_error_message()
/php-src/ext/mysqli/tests/
H A Dbug77956.phpt15 if ($msg = check_local_infile_support($link, $engine))
16 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dmysqli_local_infile_directory_access_allowed.phpt14 if ($msg = check_local_infile_allowed_by_server($link))
15 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
H A Dbug68077.phpt13 if ($msg = check_local_infile_support($link, $engine))
14 die(sprintf("skip %s, [%d] %s", $msg, $link->errno, $link->error));
/php-src/sapi/fpm/tests/
H A Dlog-dwd-limit-1050-msg-2900.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2900 msg
H A Dlog-dwd-limit-8000-msg-4096.phpt2 FPM: Direct worker output decorated log with limit 8000 with 4096 msg
H A Dlog-bwd-limit-1050-msg-2900.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2900 msg
H A Dlog-bwd-limit-8000-msg-4096.phpt2 FPM: Buffered worker output decorated log with limit 8000 with 4096 msg
H A Dlog-dwd-limit-1050-msg-2048.phpt2 FPM: Direct worker output decorated log with limit 1050 with 2048 msg
H A Dlog-dwp-limit-1000-msg-2000.phpt2 FPM: Direct worker output plain log with limit 1000 and msg 2000
H A Dlog-bm-limit-1024-msg-80.phpt2 FPM: Buffered message output log with limit 1024 and msg 80
H A Dlog-bm-limit-2048-msg-4000.phpt2 FPM: Buffered message output log with limit 2048 and msg 4000
H A Dlog-bwd-limit-1050-msg-2048.phpt2 FPM: Buffered worker output decorated log with limit 1050 with 2048 msg
H A Dlog-bwp-limit-1024-msg-120.phpt2 FPM: Buffered worker output plain log with limit 1024 and msg 120
H A Dlog-bwp-limit-1500-msg-3300.phpt2 FPM: Buffered worker output plain log with limit 1500 and msg 3300
H A Dlog-bwp-msg-flush-split-real.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
H A Dlog-bwp-msg-flush-split-fallback.phpt2 FPM: Buffered worker output plain log with msg with flush split in buffer
/php-src/ext/spl/tests/
H A Dbug79987.phpt10 set_error_handler(function ($type, $msg, $file, $line, $context = []) {
/php-src/Zend/Optimizer/
H A Dzend_dump.h36 …mp_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *data);
/php-src/ext/intl/
H A DERROR_CONVENTIONS.md30 void intl_error_set_custom_msg(intl_error* err, char* msg, int copyMsg);
31 void intl_error_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
57 void intl_errors_set_custom_msg(intl_error* err, char* msg, int copyMsg);
59 void intl_errors_set(intl_error* err, UErrorCode code, char* msg, int copyMsg);
/php-src/sapi/apache2handler/
H A Dsapi_apache2.c313 static void php_apache_sapi_log_message(const char *msg, int syslog_type_int) in php_apache_sapi_log_message() argument
356 ap_log_error(APLOG_MARK, APLOG_ERR | APLOG_STARTUP, 0, NULL, "%s", msg); in php_apache_sapi_log_message()
358 ap_log_rerror(APLOG_MARK, aplog_type, 0, ctx->r, "%s", msg); in php_apache_sapi_log_message()
362 static void php_apache_sapi_log_message_ex(const char *msg, request_rec *r) in php_apache_sapi_log_message_ex() argument
365 ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, msg, r->filename); in php_apache_sapi_log_message_ex()
367 php_apache_sapi_log_message(msg, -1); in php_apache_sapi_log_message_ex()
/php-src/Zend/tests/
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line) {
/php-src/sapi/phpdbg/
H A Dphpdbg_info.c124 #define VARIABLEINFO(msg, ...) \ in PHPDBG_INFO() argument
126 "%-18p %-7d %-9s %.*s" msg, &data->value, \ in PHPDBG_INFO()
233 #define VARIABLEINFO(msg, ...) \ in phpdbg_print_symbols() argument
235 …"%-18p %-7d %-9s %s$%.*s" msg, data, Z_REFCOUNTED_P(data) ? Z_REFCOUNT_P(data) : 1, zend_get_type_… in phpdbg_print_symbols()
H A Dphpdbg_prompt.c267 …ecognized command in %s:%d: %s, %s!", state->init_file, state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init()
269 …put_err_buf("Unrecognized command on line %d: %s, %s!", state->line, input, PHPDBG_G(err_buf).msg); in phpdbg_line_init()
713 zend_string *msg, *file; in phpdbg_handle_exception() local
725 msg = ZSTR_EMPTY_ALLOC(); in phpdbg_handle_exception()
729msg = zval_get_string(zend_read_property_ex(zend_get_exception_base(ex), ex, ZSTR_KNOWN(ZEND_STR_S… in phpdbg_handle_exception()
734 phpdbg_writeln("%s", ZSTR_VAL(msg)); in phpdbg_handle_exception()
735 zend_string_release(msg); in phpdbg_handle_exception()
1371 …Could not load %s, not found or invalid zend extension / module: %s", path, PHPDBG_G(err_buf).msg); in PHPDBG_COMMAND()
1558 phpdbg_output_err_buf("%s", PHPDBG_G(err_buf).msg); in phpdbg_interactive()
1704 ZSTR_LEN(msg) < 80 ? (int) ZSTR_LEN(msg) : 80, ZSTR_VAL(msg)); in phpdbg_execute_ex()
[all …]
/php-src/ext/curl/tests/
H A Dcurl_pushfunction.phpt42 if (false !== $info && $info['msg'] == CURLMSG_DONE) {

Completed in 35 milliseconds

123456789