From: Stanislav Malyshev Date: Sun, 3 Sep 2000 09:37:20 +0000 (+0000) Subject: Remove deprecated call-time reference X-Git-Tag: php-4.0.3RC1~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f34430de8a8c22c91fc6a1953960b5eacd85cbd2;p=php Remove deprecated call-time reference --- diff --git a/run-tests.php b/run-tests.php index 9907653974..66c7d8f6c4 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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;