Skip to content

Commit 3a21764

Browse files
committed
review: var naming nit
1 parent 877a33d commit 3a21764

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

run-tests.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,7 +2551,7 @@ function run_test(string $php, $file, array $env): string
25512551
}
25522552

25532553
if ($DETAILED) {
2554-
$display_command = escaped_shell_string_from($test_command);
2554+
$orig_cmd = escaped_shell_string_from($test_command);
25552555
echo "
25562556
CONTENT_LENGTH = " . $env['CONTENT_LENGTH'] . "
25572557
CONTENT_TYPE = " . $env['CONTENT_TYPE'] . "
@@ -2561,7 +2561,7 @@ function run_test(string $php, $file, array $env): string
25612561
REQUEST_METHOD = " . $env['REQUEST_METHOD'] . "
25622562
SCRIPT_FILENAME = " . $env['SCRIPT_FILENAME'] . "
25632563
HTTP_COOKIE = " . $env['HTTP_COOKIE'] . "
2564-
COMMAND $display_command
2564+
COMMAND $orig_cmd
25652565
";
25662566
}
25672567

0 commit comments

Comments
 (0)