Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dmain.c913 zend_string *error_time_str; in php_log_err_with_severity() local
918 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
920 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity()
923 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
925 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity()
934 zend_string_free(error_time_str); in php_log_err_with_severity()

Completed in 10 milliseconds