mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
This check is no longer needed (Andrei)
This commit is contained in:
parent
d0422ea0bc
commit
3cb67f1719
@ -209,11 +209,6 @@ $test_files = array();
|
||||
$test_results = array();
|
||||
$PHP_FAILED_TESTS = array();
|
||||
|
||||
if (!ini_get('register_globals')) {
|
||||
$argc = $_SERVER['argc'];
|
||||
$argv = $_SERVER['argv'];
|
||||
}
|
||||
|
||||
// If parameters given assume they represent selected tests to run.
|
||||
$failed_tests_file= false;
|
||||
if (isset($argc) && $argc > 1) {
|
||||
|
Loading…
Reference in New Issue
Block a user