Skip to content

Commit edf4cc4

Browse files
Merge branch 'PHP-8.3' into PHP-8.4
* PHP-8.3: Fix variable assignment for PHP argument escaping in `run-tests.php` (php#20799)
2 parents 29e04ac + 7effcab commit edf4cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1833,8 +1833,8 @@ function run_test(string $php, $file, array $env): string
18331833
$skipCache = new SkipCache($enableSkipCache, $cfg['keep']['skip']);
18341834
}
18351835

1836-
$orig_php = $php;
18371836
$php = escapeshellarg($php);
1837+
$orig_php = $php;
18381838

18391839
$retried = false;
18401840
retry:

0 commit comments

Comments
 (0)