mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
- Add missing newline
This commit is contained in:
parent
cbf1e913e2
commit
983b8f570d
@ -1645,7 +1645,7 @@ function show_end($end_time)
|
||||
fwrite($html_file, "</table>\n");
|
||||
fwrite($html_file, "<h2>Time End: " . date('Y-m-d H:i:s', $end_time) . "</h2>\n");
|
||||
}
|
||||
echo "=====================================================================\nTIME END " . date('Y-m-d H:i:s', $end_time);
|
||||
echo "=====================================================================\nTIME END " . date('Y-m-d H:i:s', $end_time) . "\n";
|
||||
}
|
||||
|
||||
function show_summary()
|
||||
|
Loading…
Reference in New Issue
Block a user