summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-10-02 18:11:10 +0000
committerMarcus Boerger <helly@php.net>2003-10-02 18:11:10 +0000
commit3cb67f1719d6d294a9d127e14b901489de098644 (patch)
treeb8196a290e39a73a76c42d6b4f7d7ab17ab5ce8b /run-tests.php
parentd0422ea0bcf64fcb6a206a0f8e6216e451e6c4e7 (diff)
downloadphp-git-3cb67f1719d6d294a9d127e14b901489de098644.tar.gz
This check is no longer needed (Andrei)
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/run-tests.php b/run-tests.php
index 3d885352d7..e3e4d73e32 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -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) {