]> granicus.if.org Git - php/commitdiff
-Typo
authorMarcus Boerger <helly@php.net>
Wed, 4 Jan 2006 15:51:06 +0000 (15:51 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 4 Jan 2006 15:51:06 +0000 (15:51 +0000)
run-tests.php

index e7a0a9af881cc9e0ae8cf4c28ebc6bebdc953bb7..f69ec89084203b5030f2f2f763653cd3610bfbb9 100755 (executable)
@@ -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' : '';