Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A Dmain.c822 zend_string *error_time_str; in php_log_err_with_severity() local
827 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
829 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity()
832 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
834 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity()
844 zend_string_free(error_time_str); in php_log_err_with_severity()

Completed in 11 milliseconds