show_result      1324 run-tests.php  		show_result("BORK", $bork_info, $tested_file);
show_result      1358 run-tests.php  				show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
show_result      1526 run-tests.php  					show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
show_result      1528 run-tests.php  					show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
show_result      1564 run-tests.php  		show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
show_result      1612 run-tests.php  			show_result("BORK", $bork_info, '', $temp_filenames);
show_result      1630 run-tests.php  		show_result("BORK", $bork_info, '', $temp_filenames);
show_result      2005 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2035 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2117 run-tests.php  	show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);