Home
last modified time | relevance | path

Searched refs:LOG_NOTICE (Results 1 – 10 of 10) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_errors.h23 #define GD_NOTICE LOG_NOTICE
/PHP-7.4/win32/
H A Dsyslog.h29 #define LOG_NOTICE 6 macro
/PHP-7.4/ext/standard/
H A Dsyslog.c47 REGISTER_LONG_CONSTANT("LOG_NOTICE", LOG_NOTICE, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
H A Dmail.c408 php_syslog(LOG_NOTICE, "%s", message); in php_mail_log_to_syslog()
H A Dbasic_functions.c4871 php_log_err_with_severity(message, LOG_NOTICE);
/PHP-7.4/ext/imap/
H A Dphp_imap.h44 # undef LOG_NOTICE
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c331 case LOG_NOTICE: in php_apache_sapi_log_message()
334 #if LOG_INFO != LOG_NOTICE in php_apache_sapi_log_message()
339 #if LOG_NOTICE != LOG_DEBUG in php_apache_sapi_log_message()
/PHP-7.4/main/
H A Dphp.h320 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)
H A Dmain.c1334 int syslog_type_int = LOG_NOTICE; in php_error_cb()
1362 syslog_type_int = LOG_NOTICE; in php_error_cb()
/PHP-7.4/sapi/fpm/fpm/
H A Dzlog.c45 [ZLOG_NOTICE] = LOG_NOTICE,

Completed in 42 milliseconds