From: Marcus Boerger Date: Sat, 10 Dec 2005 16:58:35 +0000 (+0000) Subject: - Add missing global variable X-Git-Tag: RELEASE_1_0_4~431 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80a2f09c828fc277b20138abf78ef10f5b939fef;p=php - Add missing global variable --- diff --git a/run-tests.php b/run-tests.php index 47b70d723d..2a4c2592f7 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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;