Lines Matching refs:tested_file

1967     $tested_file = $shortname;
1970 show_result("BORK", $bork_info, $tested_file);
1979 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
2014 show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
2038 show_result('SKIP', $tested, $tested_file, "reason: phpdbg not available");
2108 $tested_file = $tmp_relative_file;
2109 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file);
2233 show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
2235 show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
2256 … show_result("BORK", $output, $tested_file, 'reason: invalid output from SKIPIF', $temp_filenames);
2275 show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
2302 show_redirect_start($IN_REDIRECT['TESTS'], $tested, $tested_file);
2311 show_redirect_ends($IN_REDIRECT['TESTS'], $tested, $tested_file);
2535 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
2698 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2726 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2838 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2843 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
3309 function show_redirect_start(string $tests, string $tested, string $tested_file): void argument
3314 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
3320 function show_redirect_ends(string $tests, string $tested, string $tested_file): void argument
3325 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
3364 string $tested_file, argument
3386 echo "$color $tested [$tested_file] $extra\n";
3388 echo "$result $tested [$tested_file] $extra\n";