]> granicus.if.org Git - php/commitdiff
- Add missing global variable
authorMarcus Boerger <helly@php.net>
Sat, 10 Dec 2005 16:58:35 +0000 (16:58 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 10 Dec 2005 16:58:35 +0000 (16:58 +0000)
run-tests.php

index 47b70d723d315f13c99c834992004b50b3ce17d9..2a4c2592f732d25b9eaf8c20456a2a1de5b9b71a 100755 (executable)
@@ -860,7 +860,7 @@ function run_all_tests($test_files, $redir_tested = NULL)
 //
 function run_test($php, $file, $unicode_semantics)
 {
-       global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS, $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx, $leak_check, $temp_source, $temp_target;
+       global $log_format, $info_params, $ini_overwrites, $cwd, $PHP_FAILED_TESTS, $pass_options, $DETAILED, $IN_REDIRECT, $test_cnt, $test_idx, $leak_check, $temp_source, $temp_target, $unicode_and_native;
 
        $temp_filenames = null;
        $org_file = $file;