Commit:    5e659c4392e928a37991e255a80555e980217143
Author:    Nuno Lopes <nlop...@php.net>         Sun, 10 Dec 2017 17:45:01 +0000
Parents:   c5d277d1102e1fb17b54d9a23c19108cafae7de0
Branches:  master

Link:       
http://git.php.net/?p=web/gcov.git;a=commitdiff;h=5e659c4392e928a37991e255a80555e980217143

Log:
fix PHP warning

Changed paths:
  M  cron/cron.php


Diff:
diff --git a/cron/cron.php b/cron/cron.php
index 9c7efd4..2bcc48a 100644
--- a/cron/cron.php
+++ b/cron/cron.php
@@ -43,6 +43,7 @@ $totalnumwarnings = 0;        // Total number of warnings 
(compile_errors.php)
 
 $totalnumleaks = NULL; // Total number of memory leaks (tests.php)
 $totalnumfailures = NULL; // Total number of test failures (tests.php)
+$totalnumxfailures = NULL; // tests.php
 
 $configureinfo = 'N/A';        // Information regarding configure (system.php)


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to