1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Fix variable assignment for PHP argument escaping in run-tests.php (#20799)

This commit is contained in:
Sharad Chandran R
2025-12-29 19:19:21 +05:30
committed by GitHub
parent bae78c614a
commit 7effcab2cf

View File

@@ -1861,8 +1861,8 @@ function run_test(string $php, $file, array $env): string
$skipCache = new SkipCache($enableSkipCache, $cfg['keep']['skip']);
}
$orig_php = $php;
$php = escapeshellarg($php);
$orig_php = $php;
$retried = false;
retry: