From: Antony Dovgal Date: Tue, 20 Dec 2005 16:18:07 +0000 (+0000) Subject: MFB: fix notice X-Git-Tag: RELEASE_1_0_4~304 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=410e15a1c7c5be2c1c83c6f4c88837d1f3649eff;p=php MFB: fix notice --- diff --git a/run-tests.php b/run-tests.php index e5974d99a5..23377f0cd9 100755 --- a/run-tests.php +++ b/run-tests.php @@ -1573,7 +1573,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 = "";