Lines Matching refs:tested_file

1900     $tested_file = $shortname;
1903 show_result("BORK", $bork_info, $tested_file);
1912 junit_mark_test_as('BORK', $shortname, $tested_file, 0, $bork_info);
1947 show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
1971 show_result('SKIP', $tested, $tested_file, "reason: phpdbg not available");
2041 $tested_file = $tmp_relative_file;
2042 $shortname = str_replace(TEST_PHP_SRCDIR . '/', '', $tested_file);
2153 show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
2155 show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
2191 show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
2219 show_redirect_start($IN_REDIRECT['TESTS'], $tested, $tested_file);
2228 show_redirect_ends($IN_REDIRECT['TESTS'], $tested, $tested_file);
2465 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
2636 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2666 show_result("PASS", $tested, $tested_file, '', $temp_filenames);
2757 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2762 … 'test_name' => (is_array($IN_REDIRECT) ? $IN_REDIRECT['via'] : '') . $tested . " [$tested_file]",
3203 function show_redirect_start($tests, $tested, $tested_file) argument
3208 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) begin</td></tr>\n"…
3212 echo "REDIRECT $tests ($tested [$tested_file]) begin\n";
3218 function show_redirect_ends($tests, $tested, $tested_file) argument
3223 …fwrite($html_file, "<tr><td colspan='3'>---&gt; $tests ($tested [$tested_file]) done</td></tr>\n");
3227 echo "REDIRECT $tests ($tested [$tested_file]) done\n";
3261 function show_result($result, $tested, $tested_file, $extra = '', $temp_filenames = null) argument
3266 echo "$result $tested [$tested_file] $extra\n";