mirror of
https://github.com/php/php-src.git
synced 2024-11-27 03:44:07 +08:00
fix notice
This commit is contained in:
parent
97ec0f3db5
commit
670b075f87
@ -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 = "";
|
||||
|
Loading…
Reference in New Issue
Block a user