From 02ea4de78b9d119a6e6849da4c2c4831adaea4d6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 4 Jan 2006 15:51:06 +0000 Subject: [PATCH] -Typo --- run-tests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-tests.php b/run-tests.php index e7a0a9af88..f69ec89084 100755 --- a/run-tests.php +++ b/run-tests.php @@ -906,7 +906,7 @@ function run_all_tests($test_files, $env, $redir_tested = NULL) for(; $unicode_semantics < ($unicode_testing ? 2 : 1); $unicode_semantics++) { $test_idx++; - $result = run_test($php, $name, $rnv, $unicode_semantics); + $result = run_test($php, $name, $env, $unicode_semantics); if (!is_array($name) && $result != 'REDIR') { $pu = $unicode_and_native && $unicode_semantics ? '.u' : ''; -- 2.40.0