mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
Changed value passed to show_start to $start_timestamp (#13064)
This commit is contained in:
parent
5b268fa929
commit
60abd94bf2
@ -733,7 +733,7 @@ function main(): void
|
||||
|
||||
$start_timestamp = time();
|
||||
$start_time = hrtime(true);
|
||||
show_start($start_time);
|
||||
show_start($start_timestamp);
|
||||
|
||||
$test_cnt = count($test_files);
|
||||
$test_idx = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user