]> granicus.if.org Git - php/commitdiff
fix notice
authorAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 16:17:30 +0000 (16:17 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 20 Dec 2005 16:17:30 +0000 (16:17 +0000)
run-tests.php

index ab18f0d8f86002c385409097dff0f701523c675c..43e81d8640d28972538dc172902416133a276bdb 100755 (executable)
@@ -1503,7 +1503,7 @@ function get_summary($show_ext_summary, $show_html)
                $x_leaked = (100.0 * $sum_results['LEAKED']) / $x_total;
                $x_passed = (100.0 * $sum_results['PASSED']) / $x_total;
        } else {
-               $x_warned = $x_failed = $x_passed = 0;
+               $x_warned = $x_failed = $x_passed = $x_leaked = 0;
        }
 
        $summary = "";