Browse Source

Remove deprecated call-time reference

PHP-4.0.5
Stanislav Malyshev 26 years ago
parent
commit
f34430de8a
  1. 4
      run-tests.php

4
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;

Loading…
Cancel
Save