Home
last modified time | relevance | path

Searched refs:php_log_err_with_severity (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/main/
H A Dphp.h305 #define php_log_err(msg) php_log_err_with_severity(msg, LOG_NOTICE)
307 #define php_log_err(msg) php_log_err_with_severity(msg, 5)
309 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int);
H A Dmain.c798 PHPAPI ZEND_COLD void php_log_err_with_severity(const char *log_message, int syslog_type_int) in php_log_err_with_severity() function
1324 php_log_err_with_severity(log_buffer, syslog_type_int); in php_error_cb()
/PHP-8.1/ext/standard/
H A Dbasic_functions.c1494 php_log_err_with_severity(message, LOG_NOTICE);

Completed in 18 milliseconds