diff --git a/run-tests.php b/run-tests.php index 5101f7845d9..1f21b5073f3 100755 --- a/run-tests.php +++ b/run-tests.php @@ -675,7 +675,6 @@ function main(): void if (!$phpdbg) { $phpdbg = get_binary($php, 'phpdbg', 'sapi/phpdbg/phpdbg'); } - $phpdbg = null; putenv("TEST_PHP_EXECUTABLE=$php"); $environment['TEST_PHP_EXECUTABLE'] = $php;