]> granicus.if.org Git - php/commitdiff
Remove deprecated call-time reference
authorStanislav Malyshev <stas@php.net>
Sun, 3 Sep 2000 09:37:20 +0000 (09:37 +0000)
committerStanislav Malyshev <stas@php.net>
Sun, 3 Sep 2000 09:37:20 +0000 (09:37 +0000)
run-tests.php

index 9907653974a745a238c5c379fbcecc8929b45c0d..66c7d8f6c4b6592c119daf73ba6107bf8f5cb196 100755 (executable)
@@ -32,7 +32,7 @@ if ($opts['help']) {
     exit;
 }
 */
-do_testing($argc, &$argv);
+do_testing($argc, $argv);
 
 exit;
 
@@ -119,7 +119,7 @@ function &parse_options(&$argc, &$argv) {
     return $options;
 }
 
-function do_testing($argc, $argv) {
+function do_testing($argc, &$argv) {
     global $term, $windows_p, $php, $skip, $testdirs, $tmpfile, $opts,
        $skipped, $failed, $passed, $total, $term_bold, $term_norm;