Home
last modified time | relevance | path

Searched refs:message (Results 426 – 450 of 472) sorted by relevance

1...<<111213141516171819

/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c329 …_cli_server_log_response(php_cli_server_client *client, int status, const char *message TSRMLS_DC);
1185 …rver_log_response(php_cli_server_client *client, int status, const char *message TSRMLS_DC) /* {{{… in php_cli_server_log_response()
1230 if (message) { in php_cli_server_log_response()
1231 spprintf(&message_buf, 0, " - %s", message); in php_cli_server_log_response()
1243 if (message) { in php_cli_server_log_response()
1257 if (message) { in php_cli_server_log_response()
H A Dphp_cli.c373 static void sapi_cli_log_message(char *message TSRMLS_DC) /* {{{ */ in sapi_cli_log_message()
375 fprintf(stderr, "%s\n", message); in sapi_cli_log_message()
/PHP-5.5/Zend/
H A Dzend.c62 static void (*zend_message_dispatcher_p)(long message, const void *data TSRMLS_DC);
981 ZEND_API void zend_message_dispatcher(long message, const void *data TSRMLS_DC) /* {{{ */ in BEGIN_EXTERN_C()
984 zend_message_dispatcher_p(message, data TSRMLS_CC); in BEGIN_EXTERN_C()
H A Dzend_builtin_functions.c199 ZEND_ARG_INFO(0, message)
1497 char *message; in ZEND_FUNCTION() local
1500 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|l", &message, &message_len, &error_type) =… in ZEND_FUNCTION()
1516 zend_error((int)error_type, "%s", message); in ZEND_FUNCTION()
H A Dzend_alloc.c81 static void zend_mm_panic(const char *message) __attribute__ ((noreturn));
84 static void zend_mm_panic(const char *message) in zend_mm_panic() argument
86 fprintf(stderr, "%s\n", message); in zend_mm_panic()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c849 static char * _php_pgsql_trim_message(const char *message, int *len)
851 register int i = strlen(message)-1;
853 if (i>1 && (message[i-1] == '\r' || message[i-1] == '\n') && message[i] == '.') {
856 while (i>0 && (message[i] == '\r' || message[i] == '\n')) {
863 return estrndup(message, i);
929 static void _php_pgsql_notice_handler(void *resource_id, const char *message) in _php_pgsql_notice_handler() argument
936 notice->message = _php_pgsql_trim_message(message, (int *)&notice->len); in _php_pgsql_notice_handler()
938 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s", notice->message); in _php_pgsql_notice_handler()
953 efree(notice->message); in _php_pgsql_notice_ptr_dtor()
2223 RETURN_STRINGL((*notice)->message, (*notice)->len, 1);
/PHP-5.5/ext/imap/tests/
H A Dimap_fetch_overview_variation1.phpt11 * of the given message sequence
/PHP-5.5/sapi/isapi/
H A Dphp5isapi.c782 static void php_isapi_report_exception(char *message, int message_len TSRMLS_DC) in php_isapi_report_exception() argument
797 sapi_isapi_ub_write(message, message_len TSRMLS_CC); in php_isapi_report_exception()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c427 ZEND_ARG_INFO(0, message)
4023 char *message = NULL; in PHP_FUNCTION() local
4070 …D_NUM_ARGS() TSRMLS_CC, "sss|ss", &to, &to_len, &subject, &subject_len, &message, &message_len, &h… in PHP_FUNCTION()
4077 MAIL_ASCIIZ_CHECK_MBSTRING(message, message_len); in PHP_FUNCTION()
4199 if (message != NULL) { in PHP_FUNCTION()
4201 orig_str.val = (unsigned char *)message; in PHP_FUNCTION()
4221 message_buf = message = (char *)pstr->val; in PHP_FUNCTION()
4226 message = NULL; in PHP_FUNCTION()
4278 if (!err && php_mail(to_r, subject, message, headers, extra_cmd TSRMLS_CC)) { in PHP_FUNCTION()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_poll_kill.phpt175 To be fixed later. Minor issue about fetching error message from killed line
H A Dmysqli_report.phpt233 // Maybe we've provoked an index message, maybe not.
/PHP-5.5/Zend/RFCs/
H A D001.txt125 message whenever such an automatic clone occurs, in order to allow
/PHP-5.5/ext/date/lib/
H A Dparse_iso_intervals.c113 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_warning()
122 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error); in add_error()
H A Dparse_date.re345 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
354 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error);
363 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error);
372 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error);
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput15182 /-- This one is here because Perl gives out a grumbly error message (quite
/PHP-5.5/ext/oci8/tests/
H A Dedition_2.phpt151 die("Error:" . $m['message']);
/PHP-5.5/ext/dba/
H A Dconfig.m445 dnl Print the result message
46 dnl parameters(name [, full name [, empty or error message]])
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_auth.c142 …SET_NEW_MESSAGE(conn->last_message, conn->last_message_len, auth_resp_packet->message, auth_resp_p… in mysqlnd_auth_handshake()
H A Dmysqlnd.c256 ok_response->message, ok_response->message_len, in MYSQLND_METHOD()
1719 MYSQLND_METHOD(mysqlnd_conn_data, statistic)(MYSQLND_CONN_DATA * conn, char **message, unsigned int…
1742 *message = estrndup(stats_header->message, stats_header->message_len);
1744 DBG_INF(*message);
/PHP-5.5/
H A Dserver-tests.php1605 function error($message) argument
1607 $this->writemsg("ERROR: {$message}\n");
H A DNEWS937 wrong message). (tim_siebels_aurich at yahoo dot de)
1524 message). (Boro Sitnikovski)
3020 . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
3180 . Improved the warning message of incompatible arguments. (Laruence)
3644 . Fixed bug #60569 (Nullbyte truncates Exception $message). (Ilia)
4159 . Fixed bug #54121 (error message format string typo). (Ilia)
5890 . Fixed error message in openssl_seal(). (Henrique)
6245 - Fixed bug #46044 (Mysqli - wrong error message). (Johannes)
6303 message). (Dmitry)
8645 - Added imap_savebody() that allows message body to be written to a
[all …]
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt52 // don't print the message since it can be different
/PHP-5.5/scripts/dev/
H A Dgenerate-phpt.phar175 * Get a text message
182 * Get the text message and return it
269 -h ............................... Print this message
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in35 ; message. This lets syslogd specify that messages from different facilities
41 ; syslog_ident is prepended to every message. If you have multiple FPM
/PHP-5.5/win32/
H A Dinstall.txt1412 message 'Document Contains No Data'! What's going on here?
1506 message 'Document Contains No Data'! What's going on here?
1634 sensible error message, from the command line, change to the directory
1636 PHP has any problems running, then a suitable error message will be
1660 This error message means that PHP failed to output anything at all. To
1661 get to see a sensible error message, from the command line, change to
1664 message will be displayed which will give you a clue as to what needs

Completed in 137 milliseconds

1...<<111213141516171819