Home
last modified time | relevance | path

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

/php-src/main/
H A Dmain.c844 zend_string *error_time_str; in php_log_err_with_severity() local
849 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
851 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity()
854 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity()
856 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity()
866 zend_string_free(error_time_str); in php_log_err_with_severity()

Completed in 9 milliseconds