From: Antony Dovgal Date: Tue, 20 Dec 2005 16:17:30 +0000 (+0000) Subject: fix notice X-Git-Tag: php-5.1.2RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=670b075f87df4b37971c4167c692bc18bf56c134;p=php fix notice --- diff --git a/run-tests.php b/run-tests.php index ab18f0d8f8..43e81d8640 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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 = "";