Searched refs:php_log_err_with_severity (Results 1 – 4 of 4) sorted by relevance
288 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)290 #define php_log_err(msg) php_log_err_with_severity(msg, 5)292 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
860 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity() function1393 php_log_err_with_severity(log_buffer, syslog_type_int); in php_error_cb()
835 php_log_err_with_severity(ZSTR_VAL(str), LOG_DEBUG); in ZEND_FUNCTION()
1411 php_log_err_with_severity(message, LOG_NOTICE);
Completed in 31 milliseconds