show_result      1320 run-tests.php  		show_result("BORK", $bork_info, $tested_file);
show_result      1354 run-tests.php  				show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
show_result      1522 run-tests.php  					show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
show_result      1524 run-tests.php  					show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
show_result      1560 run-tests.php  		show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
show_result      1608 run-tests.php  			show_result("BORK", $bork_info, '', $temp_filenames);
show_result      1626 run-tests.php  		show_result("BORK", $bork_info, '', $temp_filenames);
show_result      2001 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2031 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2113 run-tests.php  	show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);