1
0
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:
Jorg Adam Sowa
2024-01-02 10:36:52 +01:00
committed by GitHub
parent 5b268fa929
commit 60abd94bf2

View File

@@ -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;