Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dmain.c833 zend_string *error_time_str; in php_log_err_with_severity() local
838 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
840 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity()
843 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
845 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity()
855 zend_string_free(error_time_str); in php_log_err_with_severity()

Completed in 10 milliseconds