Home
last modified time | relevance | path

Searched refs:log_message (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/main/
H A DSAPI.h244 void (*log_message)(char *message, int syslog_type_int); member
H A Dphp.h300 PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int);
H A Dmain.c677 PHPAPI ZEND_COLD void php_log_err_with_severity(char *log_message, int syslog_type_int) in php_log_err_with_severity() argument
692 php_syslog(syslog_type_int, "%s", log_message); in php_log_err_with_severity()
713 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity()
731 if (sapi_module.log_message) { in php_log_err_with_severity()
732 sapi_module.log_message(log_message, syslog_type_int); in php_log_err_with_severity()
/PHP-7.1/
H A DUPGRADING.INTERNALS72 The log_message callback in the SAPI struct was extended with the severity
/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c393 static void log_message (const char *fmt, ...)
406 #define DEBUG_MESSAGE(fmt, ...) log_message("LS:%d " fmt "\n", __LINE__, ##__VA_ARGS__)
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1191 if (sapi_module.log_message) { in php_cli_server_logf()
1192 sapi_module.log_message(buf, -1); in php_cli_server_logf()
/PHP-7.1/ext/standard/
H A Dbasic_functions.c4797 if (sapi_module.log_message) {
4798 sapi_module.log_message(message, -1);

Completed in 56 milliseconds