mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Changed value passed to show_start to $start_timestamp (#13064)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user