示例#1
0
?>
</li>
<li>List = <?php 
PassFail('return ListTest();', 'dfcb278a4508f33a3e6a0ba288d5d49e');
?>
</li>
<li>Memo = <?php 
PassFail('return MemoTest();', '3066a78037a2c7394605d9a6b2af4e48');
?>
</li>
<li>SmallBASIC = <?php 
PassFail('return SmallBASICTest();', 'e680fa5719b5ca1d7408148e2d8c7b43');
?>
</li>
<li>Todo = <?php 
PassFail('return TodoTest();', 'd009e145a7633a33f1376712e3a6bc12');
?>
</li>
</ul>
<?php 
$results = ob_get_contents();
ob_end_clean();
/*
 * Create the summary table
 */
?>
<h1>Summary</h1>
<table align=center bgcolor="#EFEFFF" border=1 cellpadding=10 cellspacing=0>
<tr bgcolor="#C0C0FF"><th>Test Type</th>
<th bgcolor="#C0FFC0">Pass</th><th bgcolor="#FFC0C0">Fail</th><th>% Working</th></tr>
<?php 
示例#2
0
?>
</li>
<li>Doc = <?php 
PassFail(DocTest(false), 'ed869c7a31e720537f759fcc88d8c447');
?>
</li>
<li>Doc (compressed) = <?php 
PassFail(DocTest(true), '26664289f16ba7e0ebbfeb3663babd86');
?>
</li>
<li>SmallBASIC = <?php 
PassFail(SmallBASICTest(), '28f7b1cd127f10dc06ec66c69ef74ffd');
?>
</li>
<li>Todo = <?php 
PassFail(TodoTest(), 'cb0369cf094c88bd411325e55b2d202d');
?>
</li>
</ul>
<?php 
$results = ob_get_contents();
ob_end_clean();
//
// Create the summary table
//
?>
<h1>Summary</h1>
<table align=center bgcolor="#EFEFFF" border=1 cellpadding=10 cellspacing=0>
<tr bgcolor="#C0C0FF"><th>Test Type</th>
<th bgcolor="#C0FFC0">Pass</th><th bgcolor="#FFC0C0">Fail</th><th>% Working</th></tr>
<?php