Home
last modified time | relevance | path

Searched defs:message (Results 1 – 25 of 59) sorted by last modified time

123

/PHP-7.1/win32/
H A Dwsyslog.c80 void syslog(int priority, const char *message, ...) in syslog()
/PHP-7.1/
H A Dserver-tests.php1592 function error($message)
H A Drun-tests.php2341 function error($message)
2774 function junit_mark_test_as($type, $file_name, $test_name, $time = null, $message = '', $details = …
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c376 static void sapi_lsapi_log_message(char *message, int syslog_type_int) in sapi_lsapi_log_message()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg.c857 static void php_sapi_phpdbg_log_message(char *message, int syslog_type_int) /* {{{ */ in php_sapi_phpdbg_log_message()
951 static inline size_t php_sapi_phpdbg_ub_write(const char *message, size_t length) /* {{{ */ in php_sapi_phpdbg_ub_write()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c637 void sapi_cgi_log_fastcgi(int level, char *message, size_t len) in sapi_cgi_log_fastcgi()
663 static void sapi_cgi_log_message(char *message, int syslog_type_int) in sapi_cgi_log_message()
/PHP-7.1/sapi/embed/
H A Dphp_embed.c97 static void php_embed_log_message(char *message, int syslog_type_int) in php_embed_log_message()
/PHP-7.1/sapi/cli/
H A Dphp_cli.c380 static void sapi_cli_log_message(char *message, int syslog_type_int) /* {{{ */ in sapi_cli_log_message()
H A Dphp_cli_server.c1098 …p_cli_server_log_response(php_cli_server_client *client, int status, const char *message) /* {{{ */ in php_cli_server_log_response()
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c765 static void sapi_cgi_log_message(char *message, int syslog_type_int) in sapi_cgi_log_message()
/PHP-7.1/main/
H A Dmain.c783 char *message; in php_verror() local
1494 static ZEND_COLD void php_message_handler_for_zend(zend_long message, const void *data) in php_message_handler_for_zend()
/PHP-7.1/ext/sysvmsg/
H A Dsysvmsg.c396 zval *message, *queue, *zerror=NULL; in PHP_FUNCTION() local
/PHP-7.1/ext/standard/
H A Dsyslog.c179 char *message; in PHP_FUNCTION() local
H A Dmail.c103 char *to=NULL, *message=NULL; in PHP_FUNCTION() local
197 void php_mail_log_crlf_to_spaces(char *message) { in php_mail_log_crlf_to_spaces()
208 void php_mail_log_to_syslog(char *message) { in php_mail_log_to_syslog()
216 void php_mail_log_to_file(char *filename, char *message, size_t message_size) { in php_mail_log_to_file()
266 PHPAPI int php_mail(char *to, char *subject, char *message, char *headers, char *extra_cmd) in php_mail()
H A Dbasic_functions.c4738 char *message, *opt = NULL, *headers = NULL; local
4760 PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers) /* {{{ */
4766 PHPAPI int _php_error_log_ex(int opt_err, char *message, size_t message_len, char *opt, char *heade…
/PHP-7.1/ext/sqlite3/
H A Dsqlite3.c50 char *message; in php_sqlite3_error() local
/PHP-7.1/ext/spl/
H A Dspl.php258 protected $message; variable in Exception
284 function __construct($message = NULL, $code = 0) {
/PHP-7.1/ext/soap/
H A Dphp_sdl.c448 xmlNodePtr message, part; in wsdl_soap_binding_header() local
659 xmlNodePtr trav, part, message = NULL, tmp; in wsdl_message() local
977 xmlAttrPtr message; in load_wsdl() local
1006 xmlAttrPtr message; in load_wsdl() local
1046 xmlAttrPtr message, name; in load_wsdl() local
/PHP-7.1/ext/pgsql/
H A Dpgsql.c890 static char * _php_pgsql_trim_message(const char *message, size_t *len) in _php_pgsql_trim_message()
969 static void _php_pgsql_notice_handler(void *resource_id, const char *message) in _php_pgsql_notice_handler()
H A Dphp_pgsql.h297 char *message; member
/PHP-7.1/ext/pdo_pgsql/
H A Dpgsql_driver.c47 static char * _pdo_pgsql_trim_message(const char *message, int persistent) in _pdo_pgsql_trim_message()
116 static void _pdo_pgsql_notice(pdo_dbh_t *dbh, const char *message) /* {{{ */ in _pdo_pgsql_notice()
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_driver.c39 zend_string *message = NULL; in pdo_odbc_fetch_error_func() local
/PHP-7.1/ext/pdo_dblib/
H A Ddblib_driver.c43 char *message; in dblib_fetch_error() local
/PHP-7.1/ext/pdo/
H A Dpdo_dbh.c44 char *message = NULL; in pdo_raise_impl_error() local
107 zend_string *message = NULL; in pdo_handle_error() local
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcreposix.c210 const char *message, *addmessage; in regerror() local

Completed in 171 milliseconds

123