From: Marcus Boerger Date: Wed, 4 Jan 2006 15:51:06 +0000 (+0000) Subject: -Typo X-Git-Tag: RELEASE_1_0_4~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02ea4de78b9d119a6e6849da4c2c4831adaea4d6;p=php -Typo --- 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' : '';