Searched refs:LOG_NOTICE (Results 1 – 10 of 10) sorted by relevance
23 #define GD_NOTICE LOG_NOTICE
27 #define LOG_NOTICE 6 macro
340 case LOG_NOTICE: in php_apache_sapi_log_message()343 #if LOG_INFO != LOG_NOTICE in php_apache_sapi_log_message()348 #if LOG_NOTICE != LOG_DEBUG in php_apache_sapi_log_message()
301 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)
1342 int syslog_type_int = LOG_NOTICE; in php_error_cb()1370 syslog_type_int = LOG_NOTICE; in php_error_cb()
385 php_syslog(LOG_NOTICE, "%s", message); in php_mail_log_to_syslog()
1410 php_log_err_with_severity(message, LOG_NOTICE);
779 const LOG_NOTICE = UNKNOWN; define
3691 REGISTER_LONG_CONSTANT("LOG_NOTICE", LOG_NOTICE, CONST_PERSISTENT); in register_basic_functions_symbols()
46 [ZLOG_NOTICE] = LOG_NOTICE,
Completed in 46 milliseconds