Searched refs:error_time_str (Results 1 – 1 of 1) sorted by relevance
/php-src/main/ |
H A D | main.c | 893 zend_string *error_time_str; in php_log_err_with_severity() local 898 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity() 900 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 0); in php_log_err_with_severity() 903 error_time_str = php_format_date("d-M-Y H:i:s e", 13, error_time, 1); in php_log_err_with_severity() 905 len = spprintf(&tmp, 0, "[%s] %s%s", ZSTR_VAL(error_time_str), log_message, PHP_EOL); in php_log_err_with_severity() 915 zend_string_free(error_time_str); in php_log_err_with_severity()
|
Completed in 10 milliseconds