show_result      1319 run-tests.php  		show_result("BORK", $bork_info, $tested_file);
show_result      1353 run-tests.php  				show_result('SKIP', $tested, $tested_file, "reason: CGI not available");
show_result      1520 run-tests.php  					show_result('SKIP', $tested, $tested_file, "reason: $m[1]", $temp_filenames);
show_result      1522 run-tests.php  					show_result('SKIP', $tested, $tested_file, '', $temp_filenames);
show_result      1558 run-tests.php  		show_result('SKIP', $tested, $tested_file, "reason: $message", $temp_filenames);
show_result      1606 run-tests.php  			show_result("BORK", $bork_info, '', $temp_filenames);
show_result      1624 run-tests.php  		show_result("BORK", $bork_info, '', $temp_filenames);
show_result      1999 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2029 run-tests.php  					show_result("PASS", $tested, $tested_file, '', $temp_filenames);
show_result      2111 run-tests.php  	show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);